Skip to content

Commit

Permalink
Merge pull request #353 from coreypobrien/editableformwaitingconsistency
Browse files Browse the repository at this point in the history
Make new editables added to a form match the waiting state of the form
  • Loading branch information
eugef committed Aug 7, 2015
2 parents e48d847 + e15130c commit 5f0f1e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/js/editable-form/controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ angular.module('xeditable').factory('editableFormController',
if (this.$visible) {
editable.catchError(editable.show());
}
editable.catchError(editable.setWaiting(this.$waiting));
},

$removeEditable: function(editable) {
Expand Down

1 comment on commit 5f0f1e9

@PavelKonon
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can someone please latest library version to NPM repository?

Please sign in to comment.