1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-26 02:42:17 -05:00

fix whitelisting of lightbox for ngAnimate

This commit is contained in:
Mario Volke 2014-11-20 14:12:08 +01:00
parent f11d4e8df3
commit 1e752885d4

View File

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