Okay I finally figured out what the solution to my problems was. Defining a the same controller on my routes proved to be the root of my problem because it was already defined in the index.html page. By simply removing the controller declaration on my routes enabled me to just use existing controller and Presto, no more array data binding issues.
On Saturday, May 31, 2014 5:10:31 PM UTC-5, Tonté Pouncil wrote: > > I figured out what my problem is as my fiddle proved to be data binding > correctly. I think my problem with using dotJEM Angular-Routing > <https://github.com/dotJEM/angular-routing>; which is very similar to > UI-Routing <https://github.com/angular-ui/ui-router> and not > understanding how dotJEM Angular-Routing handles the scope/controllers via > routes and views. I say this because when I remove dotJEM Angular-Routing > from a test page that I stood up, my view updates correctly with the latest > data results. So know what the problem is but don't know the solution, yet. > > On Saturday, May 31, 2014 3:28:04 PM UTC-5, Tonté Pouncil wrote: >> >> I am having some trouble with my view updating a results table after I >> call a Restful Resource that returns a data set. I've created a Fiddle to >> show what my issue is. It is located here >> <http://jsfiddle.net/pouncilt/p6fVa/52/>. In this Fiddle, I have two >> arrays A-List and B-List; which hold Person objects. These two arrays are >> not defined on the $scope variable because this data really comes from a >> Restful Service call. I am trying to figure out why my view doesn’t show >> array values in my table. >> >> Any help with this is much appreciated. >> >> Thank you. >> >> Tonté >> > -- 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.
