We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd478db commit d206f3dCopy full SHA for d206f3d
src/ng/directive/a.js
@@ -6,10 +6,10 @@
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.
+ * Modifies the default behavior of the html A tag so that the default action is prevented when
+ * the href attribute is empty.
11
12
- * The reasoning for this change is to allow easy creation of action links with `ngClick` directive
+ * 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="model.$save()">Save</a>`
15
*/
0 commit comments