5 lines
211 B
HTML
5 lines
211 B
HTML
|
<div ng-controller="SlideMotionBlockCtrl" class="content scrollcontent">
|
||
|
<h1>{{ motionBlock.agenda_item.getTitle() }}</h1>
|
||
|
<div ng-repeat="motion in motionBlock.motions">{{ motion.identifier }}</div>
|
||
|
</div>
|