aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngInclude.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/directive/ngInclude.js')
-rw-r--r--src/ng/directive/ngInclude.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/directive/ngInclude.js b/src/ng/directive/ngInclude.js
index 0258c9c5..1d3c7246 100644
--- a/src/ng/directive/ngInclude.js
+++ b/src/ng/directive/ngInclude.js
@@ -110,9 +110,9 @@
top:50px;
}
</file>
- <file name="protractorTest.js">
+ <file name="protractor.js" type="protractor">
var templateSelect = element(by.model('template'));
- var includeElem = element(by.css('.doc-example-live [ng-include]'));
+ var includeElem = element(by.css('[ng-include]'));
it('should load template1.html', function() {
expect(includeElem.getText()).toMatch(/Content of template1.html/);