Created
November 23, 2014 12:39
-
-
Save Aleksey-Danchin/afb7dd46515e2bc4a1f6 to your computer and use it in GitHub Desktop.
Short description of cross-reference mechanism.
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
(-> | |
"use strict" | |
angular | |
.module "internetModule", [] | |
.factory "internet", ['$rootScope', | |
($rootScope) -> | |
$rootScope.internet = {} | |
] | |
).call this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment