mirror of
https://github.com/moparisthebest/mail
synced 2024-12-01 13:22:16 -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
|
// activate ngAnimate for whitelisted classes only
|
||||||
$animateProvider.classNameFilter(/^lightbox$/);
|
$animateProvider.classNameFilter(/lightbox/);
|
||||||
});
|
});
|
||||||
|
|
||||||
app.run(function($rootScope) {
|
app.run(function($rootScope) {
|
||||||
|
Loading…
Reference in New Issue
Block a user