$timeout

Create Alert with Timeout using Angular JS

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple alert using Angular JS that expires after a specified time. Creating an alert is important for users to know that they have submitted something or their submission is a success. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.

AngularJS How to Create a Loader

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a loader using Angular JS. Loaders are usually used in AJAX request before success occurs. You will also learn in this tutorial how to used $timeout of Angular JS which executes a command after a certain amount of time. Angular JS is a javascript framework maintained by Google and is capable of creating Single-Page Applications.