added new route for address page
This commit is contained in:
parent
63dfe42ce8
commit
f2917c51ca
@ -19,6 +19,9 @@ angular.module('mystery').config(['$routeProvider',
|
|||||||
when('/blocks-date/:blockDate', {
|
when('/blocks-date/:blockDate', {
|
||||||
templateUrl: 'views/blocks/list.html'
|
templateUrl: 'views/blocks/list.html'
|
||||||
}).
|
}).
|
||||||
|
when('/address/:address', {
|
||||||
|
templateUrl: 'views/address.html'
|
||||||
|
}).
|
||||||
otherwise({
|
otherwise({
|
||||||
redirectTo: '/'
|
redirectTo: '/'
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user