I think you need to capture some event change using maybe ngModelChange or 
change

(ngModelChange)="modelChanged($event)"

Capture that to get new data for the inner ng-repeat?


On Friday, January 19, 2018 at 1:59:07 AM UTC-8, Marián Rohaľ wrote:
>
> Hi,
>
> I have php file with:
> <md-option ng-repeat="specializacia in specializacie.[{$index}]"  
> ng-value="specializacia.ids">{{specializacia.nazov}}</md-option>
>  
> and script:
>
>  $scope.specializacie ={[index]:data};       
>
>
> This  ng-repeat   is inside different ng-repeat.    
>      
> I would like to for every new one ng-repeat ,they were loaded new items to 
> the other ng-repeat.
>
> it is possible?
>
> Thanx Marian
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" 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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to