I have been trying to work with the code, I added the button but I don\'t know how to link it to another page when clicking on it.
you can also use angular to do this for you:
You would need to have a controller to and define doSomething()
$scope.doSomething=function(somebody){
...insert code here
}
If you needed to change your state, the inject $state into your controller and use $state.go(stateName)
ref: https://github.com/angular-ui/ui-router/wiki