Browse Source

added new route for address page

generic-ui
Mario Colque 11 years ago
parent
commit
f2917c51ca
  1. 3
      public/js/config.js

3
public/js/config.js

@ -19,6 +19,9 @@ angular.module('mystery').config(['$routeProvider',
when('/blocks-date/:blockDate', {
templateUrl: 'views/blocks/list.html'
}).
when('/address/:address', {
templateUrl: 'views/address.html'
}).
otherwise({
redirectTo: '/'
});

Loading…
Cancel
Save