We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69be39f commit e34519eCopy full SHA for e34519e
1 file changed
src/ng/directive/a.js
@@ -11,7 +11,7 @@
11
*
12
* The reasoning for this change is to allow easy creation of action links with `ngClick` directive
13
* without changing the location or causing page reloads, e.g.:
14
- * <a href="" ng-click="model.$save()">Save</a>
+ * `<a href="" ng-click="model.$save()">Save</a>`
15
*/
16
var htmlAnchorDirective = valueFn({
17
restrict: 'E',
0 commit comments