Hello there, I'm new with angularjs and I need some help. I know some Java and I think JS is some kind different. I want my program just when it is loaded, that it reads an array from a local json-file. Later from a rest-webservice. This data should be stored somewhere in a scope(?) First my program should have two views - one for the list and one for details when an item of the list is clicked. Above the view for the list and the details the user should fill a search mask in (form) and after pressing a button a function (here service) processes the global array using the parameters the user made and build a new list which should be shown. The reason why I want to go like this is, that the filter is more komplex and the temporary created list for display should be sorted. I found a lot of tutorials showing how to use a view and a list and details - but I miss in that context information about how to read an array at start-time and store it in the lokal memory and later read the data. Any ideas? any tutorials showing this? Nice if You could help me. Greetings from Germany Marcus
-- 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.
