change js removeField event to allow catch after removing element by darektw · Pull Request #397 · braincrafted/bootstrap-bundle

added 2 commits

November 18, 2015 11:24
This mod allow to catch event after deleting element with this sample code
```js
$('#cointainer').on('bc-collection-field-removed', function (e) {
     // do sth after delete
});

florianeckerstorfer pushed a commit that referenced this pull request

Nov 19, 2015
change js removeField event to allow catch after removing element