add some angular documentation

This commit is contained in:
Rafael Schouten
2014-10-06 22:59:06 +11:00
parent 2ae325455a
commit 881e82e825
11 changed files with 42 additions and 20 deletions

View File

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