aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIgor Minar2010-11-03 12:55:17 -0700
committerIgor Minar2010-11-03 12:55:17 -0700
commitbbb19a4d160eaeecabb061fc47ff61aee8faff77 (patch)
treee04c200940913c60da7dbb2ba489f1390b6e7158 /docs
parentee5e881b9ecf87f3fffd43fa00e20fb4233afb4b (diff)
downloadangular.js-bbb19a4d160eaeecabb061fc47ff61aee8faff77.tar.bz2
fixing docs scenario runner template
Diffstat (limited to 'docs')
-rw-r--r--docs/docs-scenario.js4
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}}