Skip to content
/ ngBack Public

An AngularJS directive for triggering a browser back on click

Notifications You must be signed in to change notification settings

DiUS/ngBack

Repository files navigation

ngBack

An AngularJS directive for triggering a browser back on click.

install

bower install ngBack

usage

Make sure you include the module in your application config

angular.module('myApp', [
  'ngBack',
  ...
]);
<a ng-back>Back</a>

That simple!