diff options
| author | Misko Hevery | 2010-11-15 10:02:22 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-11-15 10:04:17 -0800 |
| commit | a1652057a5e1fce1911b118a5d43629abe772ab6 (patch) | |
| tree | 9f0cbe2bc92878035d7bee2020c02fc14aac97d6 /docs/docs-scenario.js | |
| parent | 7e6f9992216157a10a64a86fe526f61f9f57e43f (diff) | |
| download | angular.js-a1652057a5e1fce1911b118a5d43629abe772ab6.tar.bz2 | |
changed to ! notation for indexable apps
Diffstat (limited to 'docs/docs-scenario.js')
| -rw-r--r-- | docs/docs-scenario.js | 2 |
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}}} |
