diff options
| author | Igor Minar | 2012-08-20 08:32:01 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-08-24 14:59:52 -0700 | 
| commit | cd7e58ba41eb886be2195e886f57521c568cb0a4 (patch) | |
| tree | 63d802efe78728dfefeb38d630e0ac4ca6386848 /src/ng/directive/a.js | |
| parent | 9391475dc3bad03895fcf277f57422d64bd38ef5 (diff) | |
| download | angular.js-cd7e58ba41eb886be2195e886f57521c568cb0a4.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.   * | 
