From 5bd8613168a7859c6b3d45b00404572c4010ee2b Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Mon, 7 Jul 2014 23:30:02 -0700 Subject: [PATCH] docs(ngValue): update example to use a module --- src/ng/directive/input.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 697d583fc..afeab15cd 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -1583,15 +1583,16 @@ var CONSTANT_VALUE_REGEXP = /^(true|false|\d+)$/; * of the `input` element * * @example - + -
+

Which is your favorite?