From 9878fee2992a845dff1e3e083f487013ebde8064 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 14 Feb 2014 11:44:41 +0000 Subject: test(docs-app-e2e): refactor test inline with new docs app The links to code elements have now changed: api/ng.directive:ngClick -> api/ng/directive/ngClick. Examples now run inside iframes, so we need to instruct Protractor to switch to the example iframe. --- src/ng/directive/input.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/ng/directive/input.js') diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 0410b197..c7983d16 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -39,7 +39,7 @@ var inputType = { * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. * * @example - +