Files
2014-10-06 22:59:06 +11:00

6 lines
208 B
CoffeeScript

angular.module("admin.enterprises")
# Populate Enterprise.enterprise with enterprise json array from the page.
.factory 'Enterprise', (enterprise) ->
new class Enterprise
enterprise: enterprise