UNPKG

backman

Version:

基于Angluar与bootstrap进行后台管理系统快速搭建的前端框架

9 lines 239 B
app.directive('xfbExampleDirective', function($timeout){ // Runs during compile return { scope: {lefttime:'='}, restrict: 'A', link: function($scope, iElm, iAttrs, controller) { } }; });