diff options
Diffstat (limited to 'src/ng/directive/script.js')
| -rw-r--r-- | src/ng/directive/script.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/directive/script.js b/src/ng/directive/script.js index 84550568..e811617a 100644 --- a/src/ng/directive/script.js +++ b/src/ng/directive/script.js @@ -25,7 +25,7 @@        <a ng-click="currentTpl='/tpl.html'" id="tpl-link">Load inlined template</a>        <div id="tpl-content" ng-include src="currentTpl"></div>      </file> -    </file name="protractor.js" type="protractor"> +    <file name="protractor.js" type="protractor">        it('should load template defined inside script tag', function() {          element(by.css('#tpl-link')).click();          expect(element(by.css('#tpl-content')).getText()).toMatch(/Content of the template/); | 
