From 373ee96c64c3c5c2c7196abd1d974baebe2e554d Mon Sep 17 00:00:00 2001 From: Sagar Ranglani Date: Fri, 28 Nov 2014 11:50:05 +0900 Subject: [PATCH] Include an important sentence into the @description In order to improve the docs, the inclusion of the last sentence would help define `ngHref` well. --- src/ng/directive/attrs.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ng/directive/attrs.js b/src/ng/directive/attrs.js index f4e9f3ea52d1..264c32bd2c4f 100644 --- a/src/ng/directive/attrs.js +++ b/src/ng/directive/attrs.js @@ -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