Skip to content

Commit

Permalink
Switch over to googleapis CDN; code.angularjs.org is throwing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Jan 14, 2014
1 parent c4bca31 commit 0b8113c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.js
Expand Up @@ -339,11 +339,11 @@ module.exports = function(grunt) {
}
},
scripts: [
'//code.angularjs.org/1.2.6/angular.js',
'//code.angularjs.org/1.2.6/angular-touch.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.7/angular.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.7/angular-touch.js',
],
hiddenScripts: [
'http://code.angularjs.org/1.2.6/angular-animate.js',
'//ajax.googleapis.com/ajax/libs/angularjs/1.2.7/angular-animate.js',
'bower_components/google-code-prettify/src/prettify.js',
'node_modules/marked/lib/marked.js'
],
Expand Down
3 changes: 1 addition & 2 deletions TODO.md
Expand Up @@ -15,8 +15,7 @@
1. "Edit in Plunkr / JsFiddle" buttons don't work. They need to use the absolute url to the script file.
1. Maybe we can just do another conditional on process.env.TRAVIS and add the <%= site %> on as a prefix.
1. [IDEA] add a test that, during a scroll event, spies on number of reads/writes to DOM properties that cause reflow

1. *** ADD DEMO FOR GRIDS IN HIDDEN TABS ***
1. [BUG] - Hidden grid doesn't calculate height of header correctly


# Done!
Expand Down
2 changes: 1 addition & 1 deletion misc/tutorial/8_grid_in_modal.ngdoc
Expand Up @@ -75,7 +75,7 @@ Using a grid in a modal popup
transform: translateX(-50%) translateY(-50%);

border: 1px solid #333;
background-color: #ccc;
background-color: #fafafa;

padding: 15px;
}
Expand Down

0 comments on commit 0b8113c

Please sign in to comment.