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

Sidenav causes an exception in angular-animate #2261

@oliverzy

Description

@oliverzy

Today I updated to Angular 1.4 RC0, I found an exception is thrown in this line:
https://github.com/angular/material/blame/master/src/components/sidenav/sidenav.js#L292

After looking at the document, $animate.enter and $animate.leave has different signature, I changed the line to isOpen ? $animate.enter(backdrop, parent) : $animate.leave(backdrop),, the problem solved.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions