Skip to content

Commit

Permalink
docs(a): escape sample code in ng a directive
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsa authored and pkozlowski-opensource committed Jan 26, 2013
1 parent 69be39f commit e34519e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ng/directive/a.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
* The reasoning for this change is to allow easy creation of action links with `ngClick` directive
* without changing the location or causing page reloads, e.g.:
* <a href="" ng-click="model.$save()">Save</a>
* `<a href="" ng-click="model.$save()">Save</a>`
*/
var htmlAnchorDirective = valueFn({
restrict: 'E',
Expand Down

0 comments on commit e34519e

Please sign in to comment.