From d206f3d2ad95179c9944792789fb9052977dbf08 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sun, 15 Sep 2013 21:15:09 -0700 Subject: doc(api): fix grammar in a directive description - Add missing words. - Simplify text. --- src/ng/directive/a.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ng/directive/a.js') diff --git a/src/ng/directive/a.js b/src/ng/directive/a.js index 8213afb9..418615c0 100644 --- a/src/ng/directive/a.js +++ b/src/ng/directive/a.js @@ -6,10 +6,10 @@ * @restrict E * * @description - * Modifies the default behavior of html A tag, so that the default action is prevented when href - * attribute is empty. + * Modifies the default behavior of the html A tag so that the default action is prevented when + * the href attribute is empty. * - * The reasoning for this change is to allow easy creation of action links with `ngClick` directive + * This change permits the easy creation of action links with the `ngClick` directive * without changing the location or causing page reloads, e.g.: * `Save` */ -- cgit v1.2.3