Skip to content

Instantly share code, notes, and snippets.

View dassiorleando's full-sized avatar

Orléando Dassi dassiorleando

View GitHub Profile
@dassiorleando
dassiorleando / gist:254b6f10200c83e57c50cc872be4a723
Created March 7, 2018 05:12
Illustrate the use of $timeout and setTimeout with AngularJs
/**
* Simple script to show how to solve the scrope update
* When using the native js TimeOut call
*
* @author dassiorleando
*/
(function (angular) {
'use strict';
angular