Skip to content

Instantly share code, notes, and snippets.

@qetr1ck-op
Created October 21, 2015 15:10
Show Gist options
  • Save qetr1ck-op/366e94376e0e493743a4 to your computer and use it in GitHub Desktop.
Save qetr1ck-op/366e94376e0e493743a4 to your computer and use it in GitHub Desktop.
angular.module('myApp', [])
.run(function($rootScope) {
$rootScope.globalVar = `I'm the global variable`;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment