This is what i have tried:
$scope.step2=function() {
pause(10000);
$scope.view.wdg['bar-sm']['visible']=false;
}
The script stops after pause, but does not move to next command
Solved! Go to Solution.
You can use $timeout to achieve this. Check out the AngularJS documentation for more information: AngularJS
You can use $timeout to achieve this. Check out the AngularJS documentation for more information: AngularJS