style(ngHref): make jscs happy ;-;

This commit is contained in:
Caitlin Potter
2014-11-28 22:28:39 -06:00
parent 370676d4d0
commit 14409d7a7f
+1 -1
View File
@@ -11,7 +11,7 @@
* make the link go to the wrong URL if the user clicks it before
* Angular has a chance to replace the `{{hash}}` markup with its
* value. Until Angular replaces the markup the link will be broken
* and will most likely return a 404 error. The `ngHref` directive
* and will most likely return a 404 error. The `ngHref` directive
* solves this problem.
*
* The wrong way to write it: