How can I use ng-animate with ui-view rather than ng-view?

The bug is now closed and they’ve added an entry over at the ui-router Wiki. It also includes a demo Plunkr. I will copy the code example here, just in case the URL would become outdated. HTML: <div class=”row”> <div class=”span12 ui-view-container”> <div class=”well” ui-view></div> </div> </div> CSS: /* Have to set height explicity on … Read more

disable nganimate for some elements

If you want to enable animations for specific elements (as opposed to disabling them for specific elements) you can use the $animateProvider to configure elements with a particular class name (or regex) to animate. The code below will enable animations for elements that have the angular-animate class: var myApp = angular.module(“MyApp”, [“ngAnimate”]); myApp.config(function($animateProvider) { $animateProvider.classNameFilter(/angular-animate/); … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)