UNPKG

pm2-web

Version:
14 lines (12 loc) 274 B
module.exports = ["$routeProvider", function($routeProvider) { $routeProvider. when("/hosts/:host", { templateUrl: "/js/partials/host.html" }). otherwise({ templateUrl: "/js/partials/connecting.html", controller: "ConnectionController" }); } ];