correct name is RegistrationState
[angular-drzb] / app / js / services.js.ep
index 2545b4d..9c0f251 100644 (file)
@@ -65,4 +65,8 @@ angular.module('myApp.services', [ 'ngResource' ]).
                };
 
                return $scope.organizations;
+       }).
+/* http://jsfiddle.net/asgoth/7bNAd/ */
+       value('RegistrationState', function() {
+               return [ 'draft', 'confirmation', 'verified' ];
        });