Sunday, August 30, 2015

Angularjs ui-router, How to get preload resolve value when $stateChangeSuccess trigger?

$stateProvider.state('home', { url: '/', resolve: { person: function() { return 'good' } }. like above state config, how can I get the 'person' value in ...
http://ift.tt/1O174E1

No comments:

Post a Comment