Henrique Recidive
Henrique Recidive
We can also consider using [AngularUI Router](https://github.com/angular-ui/ui-router) for having states.
There's also this Angular Routing module that seems interesting: http://dotjem.github.io/angular-routing/ https://github.com/dotJEM/angular-routing
The problem with UI Router as in it current production release is that it doesn't support lazy loading of states. It's possible in 0.3.x through $stateNotFound event: https://github.com/angular-ui/ui-router/wiki#state-change-events I'll figure...
[Bindonce](https://github.com/Pasvaz/bindonce) also can help, since we may not need to keep watching everything.
This library from Yahoo can help with sharing states between server and the browser and could be used to replace the current mechanism for serving page state: https://github.com/yahoo/express-state Yahoo folks...
Items 1 and 2 were already implemented.
A pull request is being worked on here: https://github.com/recidive/choko/pull/154 @jardix22 could you please outline the outcomes of your changes and the benefits of integrating Restangular in Choko?
#99 is related.
This is essentially pretty much a single/multiple tag field.
Cool, I believe we can use mongodump for exporting and the cli for importing. This depends on #106.