UI clean-up

This commit is contained in:
chouseknecht
2013-06-24 11:43:10 -04:00
parent 956b076e5b
commit 85ab582155
11 changed files with 53 additions and 26 deletions
+1
View File
@@ -281,6 +281,7 @@ function UsersEdit ($scope, $rootScope, $compile, $location, $log, $routeParams,
// Save changes to the parent
scope.formSave = function() {
$rootScope.flashMessage = null;
Rest.setUrl(defaultUrl + id + '/');
var data = {}
for (var fld in form.fields) {