You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
I am trying with the above snippet where i am assigning selected-model w.r.t ng-repeat value inputtemplate.id
I generated the scope valriables dynamically as below
var the_string = "PL"+key;//key is values from loop
// Get the model
var model = $parse(the_string);
var emptyarray=[];
// Assigns a value to it
model.assign(self, emptyarray);
Page is loading with out any issue but when i select a value in multiselect dropdown, getting TypeError: $scope.selectedModel.push is not a function Stack trace: Please help and thanks in advance.
The text was updated successfully, but these errors were encountered:
I am trying with the above snippet where i am assigning selected-model w.r.t ng-repeat value inputtemplate.id
I generated the scope valriables dynamically as below
var the_string = "PL"+key;//key is values from loop
// Get the model
var model = $parse(the_string);
// Assigns a value to it
model.assign(self, emptyarray);
Page is loading with out any issue but when i select a value in multiselect dropdown, getting TypeError: $scope.selectedModel.push is not a function Stack trace: Please help and thanks in advance.
The text was updated successfully, but these errors were encountered: