cab53f0434
Renamed model to Topic. Added migrations file. Fixed #2402.
5 lines
170 B
HTML
5 lines
170 B
HTML
<div ng-controller="SlideTopicCtrl" class="content scrollcontent">
|
|
<h1>{{ topic.agenda_item.getTitle() }}</h1>
|
|
<div ng-bind-html="topic.text | trusted"></div>
|
|
</div>
|