I just started to work with Angular, it seems good to implement.
I always use ng-model to get text from textfield. Can I get the button text with help of ng-model or something else?
For example this is button
<button class="common btnDarkGrey">Do it</button>
and I want to get Do it with Angular.