I'm creating an app with Angularjs and Cordova. This app manages orders for retail with many items per order. The data is not registered on the client but on a server via the Web API. do you think it is better to load the order only once and keep it in memory on the client until it closed and rescue or to make calls to the server to open the order every time I want to add to it new articles. Each order can be composed of 200 or 300 articles and the app can work only one order at a time. In your opinion what is the best way?
-- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
