I\'ve a div with the Angular ng-click directive attached to it. On hovering over this element the mouse pointer doesn\'t change. Is there a way to chan
div
ng-click
Can be done via css, just add:
.yourClass { cursor: pointer; }
To your stylesheet