1
0
mirror of https://github.com/moparisthebest/mail synced 2025-02-07 10:30:18 -05:00

Merge pull request #190 from whiteout-io/dev/WO-740

fix whitelisting of lightbox for ngAnimate
This commit is contained in:
Tankred Hase 2014-11-27 18:23:45 +01:00
commit 324d252628

View File

@ -114,7 +114,7 @@ app.config(function($routeProvider, $animateProvider) {
});
// activate ngAnimate for whitelisted classes only
$animateProvider.classNameFilter(/^lightbox$/);
$animateProvider.classNameFilter(/lightbox/);
});
app.run(function($rootScope) {