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.

ngAnimate does not work with ui-router #12345

@furyscript

Description

@furyscript

I have this container

<div ui-view="view-layout" autoscroll="false" class="wrapper"></div>

I use ui-route to change state / route.

In this ui-view I attach this

<header ng-include="'common/nav/top-navbar/top-navbar.tpl.html'" ng-controller="TopnavbarController" class="topnavbar-wrapper"></header>
<aside ng-include="'common/nav/sidebar/sidebar.tpl.html'" ng-controller="SidebarController" class="aside"></aside>
<aside ng-include="'common/nav/offsidebar/offsidebar.tpl.html'" class="offsidebar"></aside>

<section>
    <!-- Page content animated fadeInUp-->
    <div ui-view="view-app" autoscroll="false" class="content-wrapper ng-fadeInUp"></div>

</section>
<footer ng-include="'common/nav/footer.tpl.html'"></footer>

The section is dynamic based on page content. The problem is that the animation fadeInUp is binded to "div wrapper" and not in "div content-wrapper" where I want it. Any solution??

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions