We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30694c8 commit b2b6d74Copy full SHA for b2b6d74
src/ng/directive/attrs.js
@@ -11,9 +11,8 @@
11
* make the link go to the wrong URL if the user clicks it before
12
* Angular has a chance to replace the `{{hash}}` markup with its
13
* value. Until Angular replaces the markup the link will be broken
14
- * and will most likely return a 404 error.
15
- *
16
- * The `ngHref` directive solves this problem.
+ * and will most likely return a 404 error. The `ngHref` directive
+ * solves this problem.
17
*
18
* The wrong way to write it:
19
* ```html
0 commit comments