diff options
| author | Igor Minar | 2010-11-03 12:55:17 -0700 | 
|---|---|---|
| committer | Igor Minar | 2010-11-03 12:55:17 -0700 | 
| commit | bbb19a4d160eaeecabb061fc47ff61aee8faff77 (patch) | |
| tree | e04c200940913c60da7dbb2ba489f1390b6e7158 /docs | |
| parent | ee5e881b9ecf87f3fffd43fa00e20fb4233afb4b (diff) | |
| download | angular.js-bbb19a4d160eaeecabb061fc47ff61aee8faff77.tar.bz2 | |
fixing docs scenario runner template
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs-scenario.js | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs-scenario.js b/docs/docs-scenario.js index f0c6edb9..08d0e91b 100644 --- a/docs/docs-scenario.js +++ b/docs/docs-scenario.js @@ -1,9 +1,9 @@  {{#all}}  describe('{{name}}', function(){    beforeEach(function(){ -    navigateTo('index.html#{{name}}'); +    browser().navigateTo('index.html#{{name}}');    });    // {{raw.file}}:{{raw.line}}  {{{scenario}}}  }); -{{/all}}
\ No newline at end of file +{{/all}}  | 
