UNPKG

kong-dashboard

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