From 8343c05fd8dd10de3568ca6296c88d309744e82d Mon Sep 17 00:00:00 2001
From: Fred Sauer
Date: Fri, 25 Jan 2013 18:02:07 -0800
Subject: docs(a): escape sample code in ng a directive
---
src/ng/directive/a.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/ng/directive/a.js')
diff --git a/src/ng/directive/a.js b/src/ng/directive/a.js
index 340bceb7..9b6c67c9 100644
--- a/src/ng/directive/a.js
+++ b/src/ng/directive/a.js
@@ -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.:
- * Save
+ * `Save`
*/
var htmlAnchorDirective = valueFn({
restrict: 'E',
--
cgit v1.2.3