- sendMessage course in msg added
((still in progress - at the moment showing the course u select on drop down))
This commit is contained in:
parent
f540f02d22
commit
36fab377b5
1 changed files with 3 additions and 3 deletions
|
@ -62,7 +62,7 @@
|
||||||
<b>{{user.name}}</b>
|
<b>{{user.name}}</b>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
{{c.courseName}}
|
{{courseObj.courseName}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -142,8 +142,8 @@
|
||||||
<md-card ng-repeat = "msg in messages">
|
<md-card ng-repeat = "msg in messages">
|
||||||
<div layout="column">
|
<div layout="column">
|
||||||
<div layout="row" layout-margin layout-padding>
|
<div layout="row" layout-margin layout-padding>
|
||||||
<div flex="10" class="md-avatar">
|
<div flex="10">
|
||||||
<img ng-src="{{user.avatar_url}}" style="width:100%">
|
<img ng-src="{{user.avatar_url}}" class="roundUserAvatar" style = "width:70%;">
|
||||||
</div>
|
</div>
|
||||||
<div flex>
|
<div flex>
|
||||||
<div layout = "column">
|
<div layout = "column">
|
||||||
|
|
Loading…
Reference in a new issue