阅读背景:

在Angular指令中转换将元素放入单个“span”中

来源:互联网 

Here is my directive:

这是我的指示:

myapp.directive('envtable',  function () {
return {
    restrict: 'E',
    replace: true,
    transclude: true,
    template: '<table class="table" ng-transclude></table>'
};
});
myapp.directi



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: