Answer the question
In order to leave comments, you need to log in
How to solve AngularJS error: $apply already in progress?
https://docs.angularjs.org/error/$rootScope/inprog...
I read the text itself, but still did not understand how to solve it.
There is ng-click, inside the function I do the following:
function (name, swither, data) {
$scope[swither] = 0;
$scope[data] = [];
$('[name=' + name + ']').multiSelect('deselect_all');
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question