Animate pick css transition

This commit is contained in:
Vit Brunner
2015-03-04 20:57:21 +01:00
parent 4183c84dd4
commit 96abb9d9ca
4 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
angular.module('sideBySide', ['ngDialog', 'ngSanitize', 'duScroll'])
angular.module('sideBySide', ['ngAnimate', 'ngDialog', 'ngSanitize', 'duScroll'])
.config [ '$locationProvider', ($locationProvider) ->
$locationProvider.html5Mode true
]