Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17aa84 commit e1f103aCopy full SHA for e1f103a
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