From fd995abc9ae4b51edd02097db0c8726c0b021fb2 Mon Sep 17 00:00:00 2001 From: Julie Ralph Date: Fri, 5 Sep 2014 11:16:18 -0700 Subject: [PATCH] chore(tests): fix up test for protractor 1.2.0 update These changes were made to master in 85880a64900fa22a61feb926bf52de0965332ca5 but never made it to the 1.2.x branch. --- docs/content/guide/expression.ngdoc | 4 +++- src/ng/directive/ngEventDirs.js | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/content/guide/expression.ngdoc b/docs/content/guide/expression.ngdoc index 6144b0c1..eee59401 100644 --- a/docs/content/guide/expression.ngdoc +++ b/docs/content/guide/expression.ngdoc @@ -39,7 +39,9 @@ the method from your view. If you want to `eval()` an Angular expression yoursel ## Example - 1+2={{1+2}} + + 1+2={{1+2}} + diff --git a/src/ng/directive/ngEventDirs.js b/src/ng/directive/ngEventDirs.js index 8dc05247..0fb85075 100644 --- a/src/ng/directive/ngEventDirs.js +++ b/src/ng/directive/ngEventDirs.js @@ -19,7 +19,9 @@ - count: {{count}} + + count: {{count}} + it('should check ng-click', function() {