클릭에 대한 핸들러 연결
<tag ng-click="controller명.함수()"/>
예제
<button ng-click="controller.delete()">삭제</button>