X-Git-Url: http://nitlanguage.org diff --git a/share/nitweb/javascripts/entities.js b/share/nitweb/javascripts/entities.js index 76ebcd9..e56d676 100644 --- a/share/nitweb/javascripts/entities.js +++ b/share/nitweb/javascripts/entities.js @@ -88,4 +88,15 @@ templateUrl: '/directives/entity/card.html' }; }) + + .directive('entityList', function() { + return { + restrict: 'E', + scope: { + listEntities: '=', + listTitle: '@', + }, + templateUrl: '/directives/entity/list.html', + }; + }) })();