diff options
Diffstat (limited to 'src/ng/directive/ngController.js')
| -rw-r--r-- | src/ng/directive/ngController.js | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/ng/directive/ngController.js b/src/ng/directive/ngController.js index 29cbc3fc..01558d2d 100644 --- a/src/ng/directive/ngController.js +++ b/src/ng/directive/ngController.js @@ -82,7 +82,7 @@         </ul>        </div>       </file> -     </file name="protractor.js" type="protractor"> +     <file name="protractor.js" type="protractor">         it('should check controller as', function() {           var container = element(by.id('ctrl-as-exmpl')); @@ -159,7 +159,7 @@         </ul>        </div>       </file> -     </file name="protractor.js" type="protractor"> +     <file name="protractor.js" type="protractor">         it('should check controller', function() {           var container = element(by.id('ctrl-exmpl')); | 
