提交 2b811ff7 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

doc indent

上级 f2be46c9
...@@ -1454,7 +1454,24 @@ angular.module("Controllers", []), ...@@ -1454,7 +1454,24 @@ angular.module("Controllers", []),
}(), }(),
!function() { !function() {
"use strict"; "use strict";
angular.module("Controllers").controller("createChatroomController", ["$rootScope", "$scope", "$timeout", "$state", "$log", "$document", "chatFactory", "contactFactory", "appFactory", "chatroomFactory", "confFactory", "mmpop", "ngDialog", "utilFactory", "stateManageService", "accountFactory", function(e, t, o, n, r, a, i, c, s, l, u, f, d, g, m, p) { angular.module("Controllers").controller("createChatroomController", ["$rootScope", "$scope", "$timeout", "$state", "$log", "$document", "chatFactory", "contactFactory", "appFactory", "chatroomFactory", "confFactory", "mmpop", "ngDialog", "utilFactory", "stateManageService", "accountFactory", function(
e // $rootScope
, t // $scope
, o // $timeout
, n // $state
, r // $log
, a // $document
, i // chatFactory
, c // contactFactory
, s // appFactory
, l // chatroomFactory
, u // confFactory
, f // mmpop
, d // ngDialog
, g // utilFactory
, m // stateManageService
, p // accountFactory
) {
o(function() { o(function() {
t.ngDialogData.isCreate && (h = []), t.ngDialogData.isCreate && (h = []),
t.allContacts = c.pickContacts(["star", "friend"], { t.allContacts = c.pickContacts(["star", "friend"], {
...@@ -1494,7 +1511,7 @@ angular.module("Controllers", []), ...@@ -1494,7 +1511,7 @@ angular.module("Controllers", []),
angular.forEach(t.selectedUsers, function(e) { angular.forEach(t.selectedUsers, function(e) {
o.push(e.UserName) o.push(e.UserName)
}), }),
l.addMember(e.UserName, o.join(","), function(e) { (l as chatroomFactory).addMember(e.UserName, o.join(","), function(e) {
e.BaseResponse && 0 != e.BaseResponse.Ret && -2013 != e.BaseResponse.Ret && d.openConfirm({ e.BaseResponse && 0 != e.BaseResponse.Ret && -2013 != e.BaseResponse.Ret && d.openConfirm({
className: "default ", className: "default ",
templateUrl: "comfirmTips.html", templateUrl: "comfirmTips.html",
...@@ -2843,16 +2860,17 @@ angular.module("Services", []), ...@@ -2843,16 +2860,17 @@ angular.module("Services", []),
!function() { !function() {
"use strict"; "use strict";
angular.module("Services").factory("chatroomFactory", ["$rootScope", "$timeout", "$http", "$q", "contactFactory", "accountFactory", "emojiFactory", "confFactory", "utilFactory", "reportService", "mmHttp", function( angular.module("Services").factory("chatroomFactory", ["$rootScope", "$timeout", "$http", "$q", "contactFactory", "accountFactory", "emojiFactory", "confFactory", "utilFactory", "reportService", "mmHttp", function(
e e // $rootScope
, t , t // $timeout
, o , o // $http
, n , n // $q
, r , r // contactFactory
, a , a // accountFactory
, i , i // emojiFactory
, c , c // confFactory
, s , s // utilFactory
, l , l // reportService
, _ // mmHttp ?
) { ) {
var u, f = {}, d = { var u, f = {}, d = {
setCurrentContact: function(e) { setCurrentContact: function(e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册