vatDongfengModule.controller('wrapperController', ['$scope', '$log', '$translate', '$timeout', '$q', '$interval', function ($scope, $log, $translate, $timeout, $q, $interval) { 'use strict'; $scope.test = function () { $("#if").attr("src", "/app/df/code/pages/DFTaxBudgetProcess.html"); }; $scope.test1 = function () { $("#if").attr("src", "/app/df/code/pages/InventoryFallingPrice.html"); }; //开始 (function initialize() { $log.debug('wrapperController.ctor()...'); })(); } ]);