diff options
| author | Igor Minar | 2012-08-20 08:32:01 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-08-24 14:54:34 -0700 |
| commit | 3e12bc481d7a6b089c32e79b45991294d046872f (patch) | |
| tree | c7cb9e238f38a384856dd818f559f1c440ba7efb /src/ng/directive/a.js | |
| parent | 32137cab820d144bf327849a26116e6ee8160797 (diff) | |
| download | angular.js-3e12bc481d7a6b089c32e79b45991294d046872f.tar.bz2 | |
docs(a): expose hidden docs
It seems that docs for these directive were previously hidden by accident
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. * |
