In angularjs, I want to use button like this, but I still need the button looking.
button
New Page
For me, best solution is to use Angular router native directives with ui-sref like:
Go!!
To understand that directive and get more options visit ui-router docs at:
https://ui-router.github.io/docs/0.3.1/#/api/ui.router.state.directive:ui-sref
: )