fixed grunt errors with last push

This commit is contained in:
John Mitchell 2015-04-20 14:38:59 -04:00
parent e8db7d7c77
commit fa18b1774d

View File

@ -170,7 +170,7 @@ export function PermissionsAdd($scope, $rootScope, $compile, $location, $log, $r
$("#permission_run_ad_hoc_commands_chbox").attr("disabled", false);
}
}
}
};
// Save
$scope.formSave = function () {
@ -257,7 +257,7 @@ export function PermissionsEdit($scope, $rootScope, $compile, $location, $log, $
$("#permission_run_ad_hoc_commands_chbox").attr("disabled", false);
}
}
}
};
generator.inject(form, { mode: 'edit', related: true, scope: $scope });
generator.reset();