Skip to content

Instantly share code, notes, and snippets.

@xto3na
Last active March 20, 2016 15:00
Show Gist options
  • Save xto3na/a65c77caa6c1bc162949 to your computer and use it in GitHub Desktop.
Save xto3na/a65c77caa6c1bc162949 to your computer and use it in GitHub Desktop.
Регистрация события в Angular(при динамическом добавлении элемента)
var button = '<button class="delete-row" ng-click="deleteRow($element)"></button>';
button.on('click', $scope.deleteRow);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment