[AngularJS] Re: Backloading an Angular js form

2016-10-18 Thread Sally LOve
*https://www.youtube.com/watch?v=Al9bmstjUjc* On Sunday, October 16, 2016 at 3:01:19 AM UTC+2, Peter Cawdron wrote: > > Hi, > > I'm new to Angular. I've got an Angular js form that has rendered and > works properly (updates, etc). I have a scenario where I want to populate > form values based on

[AngularJS] Re: Backloading an Angular js form

2016-10-17 Thread Hugo Arthur Amaral
Ok, Peter, I'm glad your problem was resolved. However, I think you could use only Angular to resolve this problem. On Monday, October 17, 2016 at 12:06:48 AM UTC-2, Peter Cawdron wrote: > > Hi Hugo, > > My problem ended up being the result of combining AngularJS and bootstrap. > The solution

[AngularJS] Re: Backloading an Angular js form

2016-10-16 Thread Peter Cawdron
Hi Hugo, My problem ended up being the result of combining AngularJS and bootstrap. The solution was to update both, so I've used //Update angular values $scope.data.mydata["IO:"+ array-cycling-through-fields ].value = newValue; //Update browser so the change in data is visible to the user

[AngularJS] Re: Backloading an Angular js form

2016-10-16 Thread Hugo Arthur Amaral
Hi, Peter. Which version of Angular are you using? Could you send your code so that we can take a look? On Saturday, October 15, 2016 at 10:01:19 PM UTC-3, Peter Cawdron wrote: > > Hi, > > I'm new to Angular. I've got an Angular js form that has rendered and > works properly (updates, etc). I h