Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

$animateProvider.classNameFilter() broken with angular 1.4.0 rc0 #11555

@LeleDev

Description

@LeleDev

I'm using the following code to enable ng-animate only for certain elements:

.config(function($animateProvider) {
   $animateProvider.classNameFilter(/ng-animation/);
})

It was working fine with all the previous angular versions, but with the new rc0 it breaks up everything: all the hidden elements (with ng-hide="true" or ng-show="false") are ALWAYS showing up

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions