rename RegistrationState to ValidStates
[angular-drzb] / app / js / services.js.ep
index 9149a3f..62578ed 100644 (file)
@@ -67,6 +67,6 @@ angular.module('myApp.services', [ 'ngResource' ]).
                return $scope.organizations;
        }).
 /* http://jsfiddle.net/asgoth/7bNAd/ */
-       value('RegistrationState', function() {
+       value('ValidStates', function() {
                return [ 'draft', 'confirmation', 'verified', 'review' ];
        });