Adding animation hooks for Laura

This commit is contained in:
Will Marshall
2014-07-02 11:33:38 +10:00
parent 434e087a73
commit 106c9f63bb
3 changed files with 25 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ window.Darkswarm = angular.module("Darkswarm", ["ngResource",
'angular-flash.service',
'templates',
'ngSanitize',
'ngAnimate',
'google-maps',
'duScroll',
]).config ($httpProvider, $tooltipProvider, $locationProvider, $anchorScrollProvider) ->