Add contextual variables and update references

This commit is contained in:
gconsidine
2017-06-20 10:02:47 -04:00
parent 2c98294035
commit f11aef01ef
17 changed files with 349 additions and 216 deletions

View File

@@ -77,7 +77,7 @@ function EditCredentialsController (models, $state, $scope) {
};
vm.form.onSaveSuccess = res => {
$state.go('credentials', { reload: true });
$state.go('credentials.edit', { credential_id: credential.get('id') }, { reload: true });
};
}