阅读背景:

在指令和控制器angularjs之间传递信息

来源:互联网 

I have the next directive

我有下一个指令

  angular
  .module('01')
  .directive('tableSortable', tableSortable);

/** @ngInject */
function tableSortable() {
return {
  restrict: 'E',
  transclude: true,
  templateUrl: 'app/components/tabla/tableSortable.html',
  scope: {
    columns: '=',
    data: '=',
    sort: '=',
    onclickRow: '='
  }
  angular



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

分享到: