docs(a): escape sample code in ng a directive

This commit is contained in:
Fred Sauer 2013-01-25 18:02:07 -08:00 committed by Pawel Kozlowski
parent 69be39fccf
commit e34519e93b

View file

@ -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',