Commit d2bfd1d8 authored by Pascal Hartig's avatar Pascal Hartig

AngularJS: Upgrade to 1.3.6

parent 81c8ad00
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
"name": "todomvc-angular", "name": "todomvc-angular",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"angular": "1.3.5", "angular": "1.3.6",
"todomvc-common": "~0.3.0" "todomvc-common": "~0.3.0"
}, },
"devDependencies": { "devDependencies": {
"angular-mocks": "1.3.5", "angular-mocks": "1.3.6",
"angular-route": "1.3.5" "angular-route": "1.3.6"
} }
} }
/** /**
* @license AngularJS v1.3.5 * @license AngularJS v1.3.6
* (c) 2010-2014 Google, Inc. http://angularjs.org * (c) 2010-2014 Google, Inc. http://angularjs.org
* License: MIT * License: MIT
*/ */
...@@ -788,7 +788,6 @@ ngRouteModule.directive('ngView', ngViewFillContentFactory); ...@@ -788,7 +788,6 @@ ngRouteModule.directive('ngView', ngViewFillContentFactory);
.view-animate-container { .view-animate-container {
position:relative; position:relative;
height:100px!important; height:100px!important;
position:relative;
background:white; background:white;
border:1px solid black; border:1px solid black;
height:40px; height:40px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment