The error is self explanatory: Your config tries to access a property of an object that is not initialized yet. I would need to see the actual code to find out what's wrong.
On Monday, July 20, 2015 at 12:17:08 AM UTC-7, JEMI VINCENT wrote: > > I get an error like this when i am using the angularUI router : > > angular.js:11592 TypeError: Cannot read property 'name' of null > at h ( > http://localhost/Projects/Online%20Streaming%20Platform/25-05-2015/25-05-2015/osp/js/ui-router/angular-ui-router.min.js:7:19248 > ) > at g ( > http://localhost/Projects/Online%20Streaming%20Platform/25-05-2015/25-05-2015/osp/js/ui-router/angular-ui-router.min.js:7:19120 > ) > at controller.$$setStateInfo ( > http://localhost/Projects/Online%20Streaming%20Platform/25-05-2015/25-05-2015/osp/js/ui-router/angular-ui-router.min.js:7:19402 > ) > at link.q ( > http://localhost/Projects/Online%20Streaming%20Platform/25-05-2015/25-05-2015/osp/js/ui-router/angular-ui-router.min.js:7:18636 > ) > at link ( > http://localhost/Projects/Online%20Streaming%20Platform/25-05-2015/25-05-2015/osp/js/ui-router/angular-ui-router.min.js:7:18787 > ) > at $ ( > http://localhost/Projects/Online%20Streaming%20Platform/25-05-2015/25-05-2015/osp/js/angular/angular.min.js:70:426 > ) > at v ( > http://localhost/Projects/Online%20Streaming%20Platform/25-05-2015/25-05-2015/osp/js/angular/angular.min.js:59:401 > ) > at g ( > http://localhost/Projects/Online%20Streaming%20Platform/25-05-2015/25-05-2015/osp/js/angular/angular.min.js:52:9 > ) > at v ( > http://localhost/Projects/Online%20Streaming%20Platform/25-05-2015/25-05-2015/osp/js/angular/angular.min.js:59:345 > ) > at g ( > http://localhost/Projects/Online%20Streaming%20Platform/25-05-2015/25-05-2015/osp/js/angular/angular.min.js:52:9) > > <a ui-sref="radio.players">(anonymous function) @ angular.js:11592$get @ > angular.js:8542$ @ angular.js:8213v @ angular.js:7720g @ angular.js:7073v @ > angular.js:7715g @ angular.js:7073v @ angular.js:7715g @ angular.js:7073v @ > angular.js:7715g @ angular.js:7073v @ angular.js:7715g @ angular.js:7073g @ > angular.js:7076g @ angular.js:7076(anonymous function) @ > angular.js:6952Ae.link @ angular.js:23776$ @ angular.js:8211v @ > angular.js:7720g @ angular.js:7073(anonymous function) @ > angular.js:6952$get.h @ angular.js:7091l @ angular.js:7747(anonymous > function) @ angular.js:23724(anonymous function) @ > angular.js:13168$get.l.$eval @ angular.js:14381$get.l.$digest @ > angular.js:14197$get.l.$apply @ angular.js:14486l @ angular.js:9644O @ > angular.js:9834w.onload @ angular.js:9775 > > What may be the reason for this error ? > Can anyone please help ? > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
