UNPKG

ng-make

Version:

Easy tools for create project in AngularJS

16 lines (12 loc) 235 B
var myval = true; exports.getValue=function(){ return myval; } exports.setValue=function(vals){ myval = vals; } exports.sleep = function sleep(time) { var stop = new Date().getTime(); setTimeout(function(){ },100); }