We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18263f1 commit 00b60f2Copy full SHA for 00b60f2
src/ng/directive/a.js
@@ -6,12 +6,10 @@
6
* @restrict E
7
*
8
* @description
9
- * Modifies the default behavior of the html A tag so that the default action is prevented when
+ * Modifies the default behavior of the html a tag so that the default action is prevented when
10
* the href attribute is empty.
11
12
- * This change permits the easy creation of action links with the `ngClick` directive
13
- * without changing the location or causing page reloads, e.g.:
14
- * `<a href="" ng-click="list.addItem()">Add Item</a>`
+ * For dynamically creating `href` attributes for a tags, see the {@link ng.ngHref `ngHref`} directive.
15
*/
16
var htmlAnchorDirective = valueFn({
17
restrict: 'E',
0 commit comments