diff options
| author | Misko Hevery | 2011-01-10 14:48:13 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-01-10 14:48:13 -0800 |
| commit | f534def0c63a8dddd5ce7ddc92363a26b66bac54 (patch) | |
| tree | 93337b7d858c5797960bd95f3b0750e4cb658453 /docs/src | |
| parent | c3e32f1a51d91cbb89b575995dc782a114196db1 (diff) | |
| download | angular.js-f534def0c63a8dddd5ce7ddc92363a26b66bac54.tar.bz2 | |
removed unnedded files; switch rake to new doc build script
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/templates/docs-scenario.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/src/templates/docs-scenario.js b/docs/src/templates/docs-scenario.js deleted file mode 100644 index 2ee8387b..00000000 --- a/docs/src/templates/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}} |
