Skip to content

Commit

Permalink
Merge pull request #4057 from JLLeitschuh/update/angular-1.4
Browse files Browse the repository at this point in the history
chore: Support Angular 1.4
  • Loading branch information
c0bra committed Jul 28, 2015
2 parents 13d93f4 + 6109480 commit eafce6a
Show file tree
Hide file tree
Showing 10 changed files with 34,604 additions and 41 deletions.
10 changes: 5 additions & 5 deletions grunt/ngdocs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ module.exports = {
},
scripts: [
// no jquery automatically loaded for tutorial!!!
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-touch.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-animate.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-touch.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-animate.js',
'bower_components/csv-js/csv.js',
'bower_components/pdfmake/build/pdfmake.js',
'bower_components/pdfmake/build/vfs_fonts.js'
],
hiddenScripts: [
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-animate.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.16/angular-aria.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-animate.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular-aria.js',
'bower_components/google-code-prettify/src/prettify.js',
'node_modules/marked/lib/marked.js'
],
Expand Down

0 comments on commit eafce6a

Please sign in to comment.