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:
parent
f11d4e8df3
commit
1e752885d4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user