X-Git-Url: http://nitlanguage.org diff --git a/share/nitweb/javascripts/nitweb.js b/share/nitweb/javascripts/nitweb.js index 9a4aa16..e426fea 100644 --- a/share/nitweb/javascripts/nitweb.js +++ b/share/nitweb/javascripts/nitweb.js @@ -37,6 +37,11 @@ controller: 'EntityCtrl', controllerAs: 'entityCtrl' }) + .when('/classdef/:id', { + templateUrl: 'views/classdef.html', + controller: 'EntityCtrl', + controllerAs: 'entityCtrl' + }) .otherwise({ redirectTo: '/' });