Skip to content

Commit

Permalink
fix(Tutorials): Point back to angular 1.2.26
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
c0bra committed Dec 16, 2014
1 parent ef78823 commit 96625e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,15 +446,15 @@ module.exports = function(grunt) {
},
scripts: [
// no jquery automatically loaded for tutorial!!!
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-touch.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-animate.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-touch.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/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.6/angular-animate.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.26/angular-animate.js',
'bower_components/google-code-prettify/src/prettify.js',
'node_modules/marked/lib/marked.js'
],
Expand Down

0 comments on commit 96625e2

Please sign in to comment.