|
@@ -97,6 +97,7 @@ app.controller('notificationCtr', ["$rootScope", "$scope", "$state", "$timeout",
|
97
|
//设置
|
97
|
//设置
|
98
|
$scope.editClick = function (data) {
|
98
|
$scope.editClick = function (data) {
|
99
|
var modalInstance = $modal.open({
|
99
|
var modalInstance = $modal.open({
|
|
|
100
|
+ backdrop: false,
|
100
|
templateUrl: 'assets/views/system/tpl/notificationBj.html',
|
101
|
templateUrl: 'assets/views/system/tpl/notificationBj.html',
|
101
|
controller: function ($scope, $modalInstance) {
|
102
|
controller: function ($scope, $modalInstance) {
|
102
|
$scope.data = data;
|
103
|
$scope.data = data;
|