|
|
@@ -44,7 +44,7 @@ define([ 'app/app' ], function(app) {
|
|
|
$scope.master = angular.copy(user);
|
|
|
setLoading(true);
|
|
|
$http.post('signup/' + $scope.validcode, angular.extend(angular.copy(user), {
|
|
|
- email : user.name + '@usoftchina.com'
|
|
|
+ email : user.name + '@ubtob.com'
|
|
|
})).success(function(responseText, status) {
|
|
|
setLoading(false);
|
|
|
if (status == 201) {
|