Skip to content

Instantly share code, notes, and snippets.

@jbarros35
Created April 12, 2018 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbarros35/2986411b5aca7b0b60949f7762776b17 to your computer and use it in GitHub Desktop.
Save jbarros35/2986411b5aca7b0b60949f7762776b17 to your computer and use it in GitHub Desktop.
Angular execute a function every 60 seconds
$interval(function() {
var d = Date();
console.log('----- sending transaction 1 wei '+d+'------');
}, 60000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment