Skip to content

Commit b267a3f

Browse files
committed
Updates the docs to use angular 1.3.16 for examples
The docs can now run using angular 1.3.16. This didn't work before because the grunt-ngdocs version that was being used did not support angular 1.3
1 parent 3d05cc0 commit b267a3f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

grunt/ngdocs.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ module.exports = {
1818
},
1919
scripts: [
2020
// no jquery automatically loaded for tutorial!!!
21-
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.js',
22-
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-touch.js',
23-
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-animate.js',
21+
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular.js',
22+
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-touch.js',
23+
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-animate.js',
2424
'bower_components/csv-js/csv.js',
2525
'bower_components/pdfmake/build/pdfmake.js',
2626
'bower_components/pdfmake/build/vfs_fonts.js'
2727
],
2828
hiddenScripts: [
29-
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-animate.js',
29+
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-animate.js',
30+
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-aria.js',
3031
'bower_components/google-code-prettify/src/prettify.js',
3132
'node_modules/marked/lib/marked.js'
3233
],

0 commit comments

Comments
 (0)