Skip to content

Commit

Permalink
SSS-235
Browse files Browse the repository at this point in the history
  • Loading branch information
dtheiler committed Jun 12, 2015
1 parent 43161ac commit 709660f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/app/modules/chat/chatModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ angular.module('module.chat').service("chatService", ['$q', '$rootScope','UserSe
sharedUserIdList.toString(),//description,
allOtherUserList,//users,
null, //entities
null, //entityLabels
null //circles
);

Expand Down Expand Up @@ -145,6 +146,7 @@ angular.module('module.chat').service("chatService", ['$q', '$rootScope','UserSe
null,//description,
null,//users,
null,//entities
null, //entityLabels
null //circles
);

Expand Down
1 change: 1 addition & 0 deletions js/app/modules/models/modelsModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ angular.module('module.models').factory('BaseModel', ['$q', '$rootScope', 'UserS
"some explanation", //description
null, //users
null, //entities
null, //entityLabels
null //circles
);
return defer.promise;
Expand Down
2 changes: 2 additions & 0 deletions js/app/modules/qa/qaModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ angular.module('module.qa').service("qaService", ['$q', '$rootScope', 'UserServi
thread.description, //description
null, //users
attachmentIdList, //entities
null, //entityLabels
null //circles
);

Expand Down Expand Up @@ -338,6 +339,7 @@ angular.module('module.qa').service("qaService", ['$q', '$rootScope', 'UserServi
null, //description
null, //users
attachmentIdList, //entities
null, //entityLabels
null //circles
);

Expand Down

0 comments on commit 709660f

Please sign in to comment.