There were at least 3 problems I fixed (see modified/ working plunker at 
http://plnkr.co/edit/FTB4XVaiy2Mq7BPSvIhK ):
1. As I mentioned before, you did not assigned a proper variable to your 
$scope in "Kbo-AllocationCtlr".  I did. See line 7 of app.js. NOTE:  Please 
re-visit $scope variable allocation in AngularJS
2. As a result, you were not repeating over the proper scope variable in 
index.html.  I fixed it.  See line 72 in index.html NOTE:  This is as much 
about object traversal in JS arrays as AngularJS
3. You had  a redundant (and incorrectly assigned) ng-model now in 
index.html.  I deleted it.  See line 55 in index.html NOTE: Please re-visit 
ng-model application that is only for input,select, textarea dom elements.

Now the plunkr works for the most part. 

Mo


On Monday, May 18, 2015 at 9:39:37 PM UTC-4, Abbott Fleur wrote:
>
>
> Gustavo,
>>
> This time Plunker gave me a Save button and opening the embedded view 
> shows the page.
>
>  http://plnkr.co/edit/EygDESEfSDYPD7xjM9tc
>
> Thanks
>

-- 
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.

Reply via email to