review prototype form
[angular-drzb] / app / js / services.js.ep
index 9c0f251..9149a3f 100644 (file)
@@ -68,5 +68,5 @@ angular.module('myApp.services', [ 'ngResource' ]).
        }).
 /* http://jsfiddle.net/asgoth/7bNAd/ */
        value('RegistrationState', function() {
-               return [ 'draft', 'confirmation', 'verified' ];
+               return [ 'draft', 'confirmation', 'verified', 'review' ];
        });