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