In angularjs, I want to use button like this, but I still need the button looking.
button
New Page
You can also register $location on the scope in the controller (to make it accessible from html)
angular.module(...).controller("...", function($location) { $scope.$location = $location; ... });
and then go straight for the honey in your html: