Update Angular to 1.2.0 RC2

This commit is contained in:
Colin Frei 2013-09-22 11:10:37 +02:00
parent 7416269494
commit 0d3a40980e
184 changed files with 17993 additions and 21133 deletions

View file

@ -16,9 +16,9 @@
.nav-list li {
margin:0!important;
padding:0 15px;
height:20px;
padding:2px 15px;
overflow:hidden;
line-height:1.1em;
}
.slide-reveal.ng-enter {
@ -64,13 +64,6 @@
height:0;
}
.animate-container.animations-off * {
-webkit-transition: none;
-moz-transition: none;
-o-transition: color 0 ease-in; /* opera is special :) */
transition: none;
}
.foldout.ng-enter,
.foldout.ng-hide-add,
.foldout.ng-hide-remove {