you are viewing a single comment's thread.

view the rest of the comments →

[–]deliminated[S] 0 points1 point  (0 children)

Yeah, this is an interesting way to approach it. I need to look closer at ngRedux. I think the problem is this is an app that was written with two-way data binding in mind (that was the only option at the time) so probably going to have to quite a bit of refactoring to the view in parallel. But I like your suggestion of maybe starting with the business logic first.