aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs-scenario.js
diff options
context:
space:
mode:
authorMisko Hevery2010-11-15 10:02:22 -0800
committerMisko Hevery2010-11-15 10:04:17 -0800
commita1652057a5e1fce1911b118a5d43629abe772ab6 (patch)
tree9f0cbe2bc92878035d7bee2020c02fc14aac97d6 /docs/docs-scenario.js
parent7e6f9992216157a10a64a86fe526f61f9f57e43f (diff)
downloadangular.js-a1652057a5e1fce1911b118a5d43629abe772ab6.tar.bz2
changed to ! notation for indexable apps
Diffstat (limited to 'docs/docs-scenario.js')
-rw-r--r--docs/docs-scenario.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs-scenario.js b/docs/docs-scenario.js
index 7383bd7f..2ee8387b 100644
--- a/docs/docs-scenario.js
+++ b/docs/docs-scenario.js
@@ -1,7 +1,7 @@
{{#pages}}
describe('{{name}}', function(){
beforeEach(function(){
- browser().navigateTo('index.html#{{name}}');
+ browser().navigateTo('index.html#!{{name}}');
});
// {{raw.file}}:{{raw.line}}
{{{scenario}}}