Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
ulakbus-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ulakbus
ulakbus-ui
Commits
b09a7b7b
Commit
b09a7b7b
authored
Jul 18, 2016
by
Vladimir Baranov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rref #5392. Move messaging to separate component
parent
f722ba72
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
147 additions
and
312 deletions
+147
-312
messaging.js
app/components/messaging/messaging.js
+0
-1
messaging_forms.js
app/components/messaging/messaging_forms.js
+0
-3
messaging_service.js
app/components/messaging/messaging_service.js
+145
-308
index.html
app/components/messaging/templates/index.html
+1
-0
directives.js
app/shared/directives.js
+1
-0
No files found.
app/components/messaging/messaging.js
View file @
b09a7b7b
...
...
@@ -134,7 +134,6 @@ angular.module("ulakbus.messaging")
$scope
.
hidden
=
true
;
};
function
selectChannel
(
channelKey
){
$scope
.
loadingChannel
=
true
;
return
MessagingService
.
show_channel
(
channelKey
).
then
(
function
(
result
){
...
...
app/components/messaging/messaging_forms.js
View file @
b09a7b7b
app/components/messaging/messaging_service.js
View file @
b09a7b7b
This diff is collapsed.
Click to expand it.
app/components/messaging/templates/index.html
View file @
b09a7b7b
...
...
@@ -21,6 +21,7 @@
</div>
<ng-include
src=
"'components/messaging/templates/conversation.html'"
></ng-include>
<div
class=
"popup-placeholder"
></div>
...
...
app/shared/directives.js
View file @
b09a7b7b
...
...
@@ -739,3 +739,4 @@ angular.module('ulakbus')
}
}
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment