File tree Expand file tree Collapse file tree 5 files changed +3141
-3139
lines changed Expand file tree Collapse file tree 5 files changed +3141
-3139
lines changed Original file line number Diff line number Diff line change 27
27
" ./ui-grid.js"
28
28
],
29
29
"devDependencies" : {
30
+ "angular" : " 1.8.2" ,
31
+ "angular-animate" : " 1.8.2" ,
32
+ "angular-aria" : " 1.8.2" ,
33
+ "angular-touch" : " 1.8.2" ,
30
34
"google-code-prettify" : " ~1.0.2" ,
31
35
"jquery" : " ~1.8.0" ,
32
36
"lodash" : " ~2.4.1" ,
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ module.exports = {
18
18
} ,
19
19
scripts : [
20
20
// no jquery automatically loaded for tutorial!!!
21
- '//ajax.googleapis.com/ajax/libs/angularjs/<%= latestAngular %> /angular.js' ,
22
- '//ajax.googleapis.com/ajax/libs/angularjs/<%= latestAngular %> /angular-touch.js' ,
23
- '//ajax.googleapis.com/ajax/libs/angularjs/<%= latestAngular %> /angular-animate.js' ,
24
- '//ajax.googleapis.com/ajax/libs/angularjs/<%= latestAngular %> /angular-aria.js' ,
21
+ 'bower_components/angular /angular.js' ,
22
+ 'bower_components/angular-touch /angular-touch.js' ,
23
+ 'bower_components/angular-animate /angular-animate.js' ,
24
+ 'bower_components/angular-aria /angular-aria.js' ,
25
25
'bower_components/csv-js/csv.js' ,
26
26
'bower_components/pdfmake/build/pdfmake.js' ,
27
27
'bower_components/pdfmake/build/vfs_fonts.js' ,
You can’t perform that action at this time.
0 commit comments