Created
October 21, 2015 15:10
-
-
Save qetr1ck-op/366e94376e0e493743a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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