700c86a24c
- Added ListView, DetailView, UpdateForm and connection to agenda item for MotionBlock. - Added slide and projection default. - Added custom manager for motion blocks. - Enabled current list of speakers slide and overlay for motion block.
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>
|