I have the following angular route structure:
.when('/', {
redirectTo: '/pages/signin'
})
.when('/:page', { // we can enable ngAnimate and implement the fix here, but it's a bit laggy
templateUrl: function($routeParams) {
retu...
asked by
18.08.2015 / 18:38