docs(ngHref): fix poor paragraph construction

It was bad.

In order to improve the docs, the inclusion of the last sentence would help define `ngHref` well.

Closes #10254
This commit is contained in:
Sagar Ranglani
2014-11-28 11:50:05 +09:00
committed by Caitlin Potter
parent 30694c8027
commit b2b6d74ae5

View File

@@ -11,9 +11,8 @@
* 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 solves this problem.
* and will most likely return a 404 error. The `ngHref` directive
* solves this problem.
*
* The wrong way to write it:
* ```html