Questions tagged as 'ng-animate'

2
answers

Angular error-animate: angular.module (...) .info is not a function [closed]

I'm trying to use angular animate, but to have the error in the console just import the angular-animate.js    Uncaught TypeError: angular.module (...). info is not a function       at angular-animate.js: 4139       at angular-animate.js: 4155...
asked by 08.03.2017 / 18:02
1
answer

How to perform a callback after an "ng-show" or "ng-hide"?

I'm using the angular along with ngAnimate . With ngAnimate you can add some css classes in the element that applies ng-hide or ng-show to apply an animation of transition. I need to execute a callback at the end of an...
asked by 17.08.2016 / 17:54
0
answers

ngAnimate does not work with columns in bootstrap

Good night, I have 2 columns with bootstrap and I would like them to get excited at the ng-repeat call I have a service that returns a json that does a ng-repeat Follow the html <div class="section"> <div ng-repeat="...
asked by 07.08.2018 / 03:51
0
answers

CSS Animation & Angular JS

Making a small application with Angular and Material Design. To leave more cute I decided to put some simple animations. The first one is SlideInRight that the screen should slide to the right and appear in the view; The second animation is...
asked by 11.07.2017 / 19:48