If you make the submit by ajax, you can control the sending with a property (variable): $scope.boolLoadedData = false;<br> Just change the variable to FALSE when starts the process and then change it to TRUE when it is success.
If you make the submit by ajax, you can control the sending with a property (variable):
$scope.boolLoadedData = false;<br>
Just change the variable to FALSE when starts the process and then change it to TRUE when it is success.