Last active
March 20, 2016 15:00
-
-
Save xto3na/a65c77caa6c1bc162949 to your computer and use it in GitHub Desktop.
Регистрация события в Angular(при динамическом добавлении элемента)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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