remove website in edit profile page works
This commit is contained in:
@@ -17,5 +17,6 @@ habitrpg.controller("UserCtrl", ['$scope', '$location', 'User',
|
||||
}
|
||||
$scope.removeWebsite = function($index){
|
||||
User.user.profile.websites.splice($index,1);
|
||||
User.set('profile.websites', User.user.profile.websites);
|
||||
}
|
||||
}]);
|
||||
|
||||
Reference in New Issue
Block a user