From e3dc85841ddcd948a8f1269894a5fc4a2e853728 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Mon, 7 Jul 2014 14:23:02 -0700 Subject: [PATCH] docs(ngChange): update example to use a module --- src/ng/directive/input.js | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 257e2931d..d63d2f0d6 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -1391,17 +1391,18 @@ var ngModelDirective = function() { * in input value. * * @example - * + * * * - *
+ *
* * *