aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2012-08-20 08:32:01 -0700
committerIgor Minar2012-08-24 14:54:34 -0700
commit3e12bc481d7a6b089c32e79b45991294d046872f (patch)
treec7cb9e238f38a384856dd818f559f1c440ba7efb
parent32137cab820d144bf327849a26116e6ee8160797 (diff)
downloadangular.js-3e12bc481d7a6b089c32e79b45991294d046872f.tar.bz2
docs(a): expose hidden docs
It seems that docs for these directive were previously hidden by accident
-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.
*