Skip to content

Instantly share code, notes, and snippets.

@Aleksey-Danchin
Created November 23, 2014 12:39
Show Gist options
  • Save Aleksey-Danchin/afb7dd46515e2bc4a1f6 to your computer and use it in GitHub Desktop.
Save Aleksey-Danchin/afb7dd46515e2bc4a1f6 to your computer and use it in GitHub Desktop.
Short description of cross-reference mechanism.
(->
"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