Skip to content

Commit 96625e2

Browse files
committed
fix(Tutorials): Point back to angular 1.2.26
For some reason in 1.3 ngClass is refusing to change with $scope alerations on the tutorials but it works fine outside of them. Probably has to do something with grunt-ngdocs or our custom changes to it.
1 parent ef78823 commit 96625e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gruntfile.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -446,15 +446,15 @@ module.exports = function(grunt) {
446446
},
447447
scripts: [
448448
// no jquery automatically loaded for tutorial!!!
449-
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular.js',
450-
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-touch.js',
451-
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-animate.js',
449+
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.js',
450+
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-touch.js',
451+
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-animate.js',
452452
'bower_components/csv-js/csv.js',
453453
'bower_components/pdfmake/build/pdfmake.js',
454454
'bower_components/pdfmake/build/vfs_fonts.js'
455455
],
456456
hiddenScripts: [
457-
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-animate.js',
457+
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-animate.js',
458458
'bower_components/google-code-prettify/src/prettify.js',
459459
'node_modules/marked/lib/marked.js'
460460
],

0 commit comments

Comments
 (0)