UNPKG

kong-dashboard

Version:
9 lines (8 loc) 200 B
angular.module('app').directive("appSlideOut", function () { return { restrict: 'C', link: function(scope, element, attrs) { $(element).sideNav(); } }; });