Commit 470a5726 authored by Vladimir Baranov's avatar Vladimir Baranov

Revert "rref #5392. Move messaging to separate component"

This reverts commit 6615b38381360f018c00b9ff608f2baa2e267be7.
parent 4ca22795
...@@ -134,6 +134,7 @@ angular.module("ulakbus.messaging") ...@@ -134,6 +134,7 @@ angular.module("ulakbus.messaging")
$scope.hidden = true; $scope.hidden = true;
}; };
function selectChannel(channelKey){ function selectChannel(channelKey){
$scope.loadingChannel = true; $scope.loadingChannel = true;
return MessagingService.show_channel(channelKey).then(function(result){ return MessagingService.show_channel(channelKey).then(function(result){
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
</div> </div>
<ng-include src="'components/messaging/templates/conversation.html'"></ng-include> <ng-include src="'components/messaging/templates/conversation.html'"></ng-include>
<div class="popup-placeholder"></div> <div class="popup-placeholder"></div>
......
...@@ -739,4 +739,3 @@ angular.module('ulakbus') ...@@ -739,4 +739,3 @@ angular.module('ulakbus')
} }
} }
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment