Cosmin Ababei

Results 3 issues of Cosmin Ababei

Triggering the `$digest` in the middleware is a bad idea as it may happen before the actual state change. It should be triggered in `store.subscribe()` as this is a change...

I want to start by saying that I really like what you've accomplished here. It's a really useful tool for those which want to gradually migrate an AngularJS project to...

Currently, `componentWillUnmount` only calls `this.state.scope.$destroy()`. It should also "destroy" the compiled element so `$destroy` is trigger: https://docs.angularjs.org/api/ng/function/angular.element#events > $destroy - AngularJS intercepts all jqLite/jQuery's DOM destruction apis and fires this...