I can not understand what the problem is
div#wrapper(ng-app="adminApp") ....
Js /
var adminApp = angular.module('adminApp', ['ui-router']);
if i use
var adminApp = angular.module('adminApp', []);
the error disappears
why?
UPDATE:
add image from console

javascript angularjs angular-ui-router
andrescabana86
source share