Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is difference between $timeout and window.setTimeout in AngularJS?



What is difference between $timeout and window.setTimeout in AngularJS?..

Answer / pintu

$timeout is an Angular service which wraps the browser's window.setTimeout() function into a try/catch block and delegates any exceptions to $exceptionHandler service. It is used to call a JavaScript function after a given time delay. The $timeout service only schedules a single call to the function.

var app = angular.module("app", []);
app.controller("MyController", function ($scope, $timeout) {
$timeout(callAtTimeout, 1000);
});
function callAtTimeout() {
console.log("Timeout occurred");
}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

How to write if else and then conditions in angular 4?

0 Answers  


What is the use of ngafterviewinit?

0 Answers  


Define the features of angularjs.

0 Answers  


What is $ digest?

0 Answers  


What is Model in AngularJS?

1 Answers  


What is the main thing that you would need to change if you were migrating from angularjs 1.4 to angularjs?

0 Answers  


How are you managing cookie in AngularJS

0 Answers   Virtusa,


What is a service? How will you create a custom service?

0 Answers  


Difference between angular 2, 4, 5, 6, &7?

0 Answers  


How logs are maintained in angularjs?

0 Answers  


What are the difference between renderer and elementref in angular 2?

0 Answers  


What is a php developer salary?

0 Answers  


Categories