Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
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