santios

Results 4 comments of santios

@gdi2290 Yes, How is 'yourData' injected in the controller if we are rendering the component using template. For resolve to work do we need controller: 'HomeCtrl' and templateUrl: 'home.html', don't...

@gdi2290 Thank you for your answer but this is throwing and error: "Unknown provider: myDataProvider" I think the problem is that you can't inject dependencies to this controller, as the...

@martinmicunda You won't be able to use much more than the template and controller option inside the state object. If you really want to do this, you should create a...

@eshcharc That's clever, thank you for sharing.