diff options
Diffstat (limited to 'src/ng/directive/ngCloak.js')
| -rw-r--r-- | src/ng/directive/ngCloak.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/directive/ngCloak.js b/src/ng/directive/ngCloak.js index 21a32801..bf19117a 100644 --- a/src/ng/directive/ngCloak.js +++ b/src/ng/directive/ngCloak.js @@ -47,9 +47,9 @@ </file> <file name="protractor.js" type="protractor"> it('should remove the template directive and css class', function() { - expect($('.doc-example-live #template1').getAttribute('ng-cloak')). + expect($('#template1').getAttribute('ng-cloak')). toBeNull(); - expect($('.doc-example-live #template2').getAttribute('ng-cloak')). + expect($('#template2').getAttribute('ng-cloak')). toBeNull(); }); </file> |
