diff options
| author | Misko Hevery | 2010-11-12 15:16:33 -0800 |
|---|---|---|
| committer | Misko Hevery | 2010-11-15 10:04:17 -0800 |
| commit | 7e6f9992216157a10a64a86fe526f61f9f57e43f (patch) | |
| tree | e172da3909e44e8eb9a80eb86880fbb9cd814290 /docs/docs-scenario.js | |
| parent | 625cc7609cfd1a0a4fcecfd55875e548518a72a8 (diff) | |
| download | angular.js-7e6f9992216157a10a64a86fe526f61f9f57e43f.tar.bz2 | |
added remaining directives and search box.
Diffstat (limited to 'docs/docs-scenario.js')
| -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 08d0e91b..7383bd7f 100644 --- a/docs/docs-scenario.js +++ b/docs/docs-scenario.js @@ -1,4 +1,4 @@ -{{#all}} +{{#pages}} describe('{{name}}', function(){ beforeEach(function(){ browser().navigateTo('index.html#{{name}}'); @@ -6,4 +6,4 @@ describe('{{name}}', function(){ // {{raw.file}}:{{raw.line}} {{{scenario}}} }); -{{/all}} +{{/pages}} |
