/// /**************************折线图******************************/ app.controller('ZhisuZhinengYujingCtrl', ['$scope', 'YPJBXXGL', '$uibModal', '$sessionStorage', '$state', '$http', '$filter', 'mainUrl', 'wyOdataNodeService', 'stConfig', '$timeout', function ($scope, YPJBXXGL, $uibModal, $sessionStorage, $state, $http, $filter, mainUrl, wyOdataNodeService, stConfig, $timeout, $uibModalInstance, item) { $scope.openYujingViveForm = function () { var index = layer.open({ type: 2, title: false, closeBtn: 1, content: pubserver + 'daping.html#/zhisuzhinengyujing', area: ['320px', '195px'], maxmin: true }); layer.full(index); } $scope.openYujingViveForm(); }])