diff options
Diffstat (limited to 'docs/src/ngdoc.js')
| -rw-r--r-- | docs/src/ngdoc.js | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index 8fcf3cd5..18136957 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -549,15 +549,15 @@ Doc.prototype = {  function scenarios(docs){    var specs = []; -  specs.push('describe("angular without jquery", function() {'); -  appendSpecs('index.html'); +  specs.push('describe("angular+jqlite", function() {'); +  appendSpecs('index-nocache.html');    specs.push('});');    specs.push('');    specs.push(''); -  specs.push('describe("angular with jquery", function() {'); -  appendSpecs('index-jq.html'); +  specs.push('describe("angular+jquery", function() {'); +  appendSpecs('index-jq-nocache.html');    specs.push('});');    return specs.join('\n'); | 
