From 26c12626a1095fc563d8d0ab172147f797342425 Mon Sep 17 00:00:00 2001 From: 17NuF432QCV2vF4fdqYPYMdCuK9jHVDSNG Date: Sat, 24 May 2014 14:01:25 -0400 Subject: [PATCH] docs(moda): updaing the docs to reflect the proper modal.hidden event. Closes #1492 --- js/angular/directive/item.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/angular/directive/item.js b/js/angular/directive/item.js index 29e9092740c..5fc19494749 100644 --- a/js/angular/directive/item.js +++ b/js/angular/directive/item.js @@ -1,5 +1,5 @@ var ITEM_TPL_CONTENT_ANCHOR = - ''; + ''; /** @@ -58,6 +58,7 @@ function($animate, $compile) { $scope.$href = function() { return $attrs.href || $attrs.ngHref; }; + $scope.$target = $attrs.href || '_self'; }; } };