Results 5 comments of Chen

There is this solution that keeps both resolve and component in tact: in home.js ``` javascript $stateProvider .state('home', { url: '/', controller: function($scope, yourData) { this.yourData = yourData; }, controllerAs:...

@santios If you have a spare time, please open a PR.

Glad you could solve that. Next time, don't esitate to call. Since I started using RxJs I find it rare that I inject to component. I rather subscribe to the...

It's not about an example. You will need to read and see what RxJs is all about. The thing is that you set your model as a stream and register...

State and data manipulation is best achieved with Scan operator.