Skip to content

Instantly share code, notes, and snippets.

@thanasis00
Created November 2, 2014 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thanasis00/32c1c6a4fe8cd493e855 to your computer and use it in GitHub Desktop.
Save thanasis00/32c1c6a4fe8cd493e855 to your computer and use it in GitHub Desktop.
Pollfish.config(['$routeProvider', function($routeProvider) {
$routeProvider
.when('/referral', {
templateUrl: '/templates/referral.html',
controller: 'referral'
})
.otherwise({
redirectTo: '/'
});
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment