From a1652057a5e1fce1911b118a5d43629abe772ab6 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 15 Nov 2010 10:02:22 -0800 Subject: changed to ! notation for indexable apps --- docs/docs-scenario.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/docs-scenario.js') 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}}} -- cgit v1.2.3