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:
commit
324d252628
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user