diff options
Diffstat (limited to 'src/ng/directive/a.js')
| -rw-r--r-- | src/ng/directive/a.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ng/directive/a.js b/src/ng/directive/a.js index 04a77129..340bceb7 100644 --- a/src/ng/directive/a.js +++ b/src/ng/directive/a.js @@ -1,6 +1,11 @@ 'use strict'; -/* +/** + * @ngdoc directive + * @name ng.directive:a + * @restrict E + * + * @description * Modifies the default behavior of html A tag, so that the default action is prevented when href * attribute is empty. * |
