Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Fixes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Sep 2, 2014
1 parent b090c54 commit 77f0cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/visits/procedures/delete/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default AbstractDeleteController.extend({

actions: {
notifyProcedureDelete: function() {
this.send('modalClose');
this.send('closeModal');
this.get('editController').send('deleteProcedure', this.get('model'));
}
}
Expand Down
2 changes: 1 addition & 1 deletion app/visits/vitals/delete/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default AbstractDeleteController.extend({

actions: {
notifyVitalsDelete: function() {
this.send('modalClose');
this.send('closeModal');
this.get('editController').send('deleteVitals', this.get('model'));
}
}
Expand Down

0 comments on commit 77f0cf6

Please sign in to comment.