UNPKG

kong-dashboard

Version:
7 lines (6 loc) 167 B
angular.module('app').directive("appLoader", function () { return { restrict: 'E', templateUrl: 'html/directives_templates/loader.html' }; });