Answer the question
In order to leave comments, you need to log in
How to output data from data-ng-model?
$scope.timeoutDelay = {minutes: 0, seconds: 0};
Answer the question
In order to leave comments, you need to log in
It is necessary that $scope.timeoutDelay contains {minutes: 00, seconds: 00};
0 will not turn into 00 by itself.
You need to write a small formatter https://docs.angularjs.org/api/ng/type/ngModel.NgM...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question