vatDongfengModule.directive('dongfengWrapper', ['$log', function ($log) { 'use strict'; $log.debug('wrapperController.ctor()...'); return { restrict: 'E', templateUrl: '/app/vat/dongfengWrapper/wrapper/wrapper.html' + '?_=' + Math.random(), scope: { type:"=" }, controller: 'wrapperController', link: function (scope, element) { } }; } ]);