- sendMessage course in msg added

((still in progress - at the moment showing the course u select on drop down))
This commit is contained in:
Matan Bar Yosef 2015-07-02 22:33:31 +03:00
parent f540f02d22
commit 36fab377b5

View file

@ -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">