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.

Animations don't work when used inside a div that has both ng-app and ng-view directives. #4397

Closed
@vvolodin

Description

@vvolodin

I was running my app in a single div having both ng-app and ng-view set on it.

<div data-ng-app="shayba.app" ng-view="">
</div>

Animations didn't work for me until I've created an inner div specifically for ng-view

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions