aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/a.js
diff options
context:
space:
mode:
authorIgor Minar2012-08-20 08:32:01 -0700
committerIgor Minar2012-08-24 14:59:52 -0700
commitcd7e58ba41eb886be2195e886f57521c568cb0a4 (patch)
tree63d802efe78728dfefeb38d630e0ac4ca6386848 /src/ng/directive/a.js
parent9391475dc3bad03895fcf277f57422d64bd38ef5 (diff)
downloadangular.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.js7
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.
*