added new route for address page

This commit is contained in:
Mario Colque 2014-01-10 09:37:18 -03:00
parent 63dfe42ce8
commit f2917c51ca

View File

@ -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: '/'
});