diff --git a/public/js/config.js b/public/js/config.js index 905cd7f8..c1761605 100755 --- a/public/js/config.js +++ b/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: '/' });