Commit b09a7b7b authored by Vladimir Baranov's avatar Vladimir Baranov

rref #5392. Move messaging to separate component

parent f722ba72
...@@ -134,7 +134,6 @@ angular.module("ulakbus.messaging") ...@@ -134,7 +134,6 @@ 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,6 +21,7 @@ ...@@ -21,6 +21,7 @@
</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,3 +739,4 @@ angular.module('ulakbus') ...@@ -739,3 +739,4 @@ 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