diff options
Diffstat (limited to 'docs/src/ngdoc.js')
| -rw-r--r-- | docs/src/ngdoc.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index abe5e1d7..8a20e64a 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -570,14 +570,14 @@ function scenarios(docs){ var specs = []; specs.push('describe("angular+jqlite", function() {'); - appendSpecs(''); + appendSpecs('index-nocache.html#!/'); specs.push('});'); specs.push(''); specs.push(''); specs.push('describe("angular+jquery", function() {'); - appendSpecs('index-jq.html#!/'); + appendSpecs('index-jq-nocache.html#!/'); specs.push('});'); return specs.join('\n'); |
