IvanStrelcov

Results 4 comments of IvanStrelcov

[http://codepen.io/strelcov/pen/RRRWPB](url) when I click anywhere ng-blur works, when I click on ui-sortable elements ng-blur doesn't work. Can you help with this problem?

it works , if I start to pull the item . if you just click on the sortable element ng-blur doesn't work (

when I changed the sortable element with the span on the button ng-blur began to work , but the button is not draggable element. Can I make a button, perhaps...

Let it be my shame, but I decided that using a crutch like this `export default class GroupController() {` `constructor($element) {` `'ngInject';` `this.$element = $element;` `this.$element.on('click', () => {` `document.activeElement.blur();`...