this is my app.js
var $stateProviderRef = null; var $urlRouterProviderRef = null; var acadb = angular.module(\'acadb\', [ \'ngRoute\', \'ui.router\', \'ngAnimat
It seems like ui.router and ngRoute might not work together. Get rid of ngRoute package and all dependend actions and try again.