diff options
| author | Misko Hevery | 2010-12-23 00:44:27 +0100 |
|---|---|---|
| committer | Misko Hevery | 2011-01-10 11:50:11 -0800 |
| commit | 4f22d6866c052fb5b770ce4f377cecacacd9e6d8 (patch) | |
| tree | 6bdb1c5eb70cfd7e6bcf143c121c53025a0489a4 /docs/docs-scenario.js | |
| parent | aab3df7aeaf79908e8b6212288b283adb42b1ce6 (diff) | |
| download | angular.js-4f22d6866c052fb5b770ce4f377cecacacd9e6d8.tar.bz2 | |
complete rewrite of documentation generation
- romeved mustache.js
- unified templates
- improved testability of the code
Diffstat (limited to 'docs/docs-scenario.js')
| -rw-r--r-- | docs/docs-scenario.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/docs-scenario.js b/docs/docs-scenario.js deleted file mode 100644 index 2ee8387b..00000000 --- a/docs/docs-scenario.js +++ /dev/null @@ -1,9 +0,0 @@ -{{#pages}} -describe('{{name}}', function(){ - beforeEach(function(){ - browser().navigateTo('index.html#!{{name}}'); - }); - // {{raw.file}}:{{raw.line}} -{{{scenario}}} -}); -{{/pages}} |
