We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9391475 commit cd7e58bCopy full SHA for cd7e58b
1 file changed
src/ng/directive/a.js
@@ -1,6 +1,11 @@
1
'use strict';
2
3
-/*
+/**
4
+ * @ngdoc directive
5
+ * @name ng.directive:a
6
+ * @restrict E
7
+ *
8
+ * @description
9
* Modifies the default behavior of html A tag, so that the default action is prevented when href
10
* attribute is empty.
11
*
0 commit comments