this is my app.js
var $stateProviderRef = null;
var $urlRouterProviderRef = null;
var acadb = angular.module(\'acadb\', [
\'ngRoute\',
\'ui.router\',
\'ngAnimat
To enable these state events, include the stateEvents.js file in your project, e.g.,
<script src="stateEvents.js"></script>
and also make sure you depend on the ui.router.state.events angular module, e.g.,
angular.module("myApplication", ['ui.router', 'ui.router.state.events']
https://ui-router.github.io/ng1/docs/latest/modules/ng1_state_events.html
It seems like ui.router and ngRoute might not work together. Get rid of ngRoute package and all dependend actions and try again.