Skip to content

Commit c2a95c0

Browse files
committed
Added animations to the learn page as new challenges come in
1 parent c554a44 commit c2a95c0

9 files changed

Lines changed: 6134 additions & 1768 deletions

File tree

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
"tests"
1616
],
1717
"dependencies": {
18-
"angular": "~1.3.14",
18+
"angular": "1.4.0-beta.6",
1919
"jquery": "~2.1.3",
2020
"cs_console": "*",
2121
"codemirror": "~3.16.0",
2222
"abecedary": "~0.0.5",
2323
"mocha": "~2.2.1",
2424
"lodash": "~3.5.0",
2525
"angular-resource": "~1.3.15",
26-
"marked": "~0.3.3"
26+
"marked": "~0.3.3",
27+
"angular-animate": "~1.3.15"
2728
}
2829
}

client/javascriptcom/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular.module('javascriptcom', ['ngResource'])
1+
angular.module('javascriptcom', ['ngResource', 'ngAnimate'])
22
.config(['$httpProvider', function config($httpProvider) {
33
$httpProvider.defaults.cache = true;
44
}]);

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var options = {
4040
files: ['bower_components/jquery/dist/jquery.js',
4141
'bower_components/angular/angular.js',
4242
'bower_components/angular-resource/angular-resource.js',
43+
'bower_components/angular-animate/angular-animate.js',
4344
'bower_components/lodash/lodash.js',
4445
'bower_components/marked/marked.min.js',
4546
'bower_components/codemirror/lib/codemirror.js',

0 commit comments

Comments
 (0)