unserver-unify
Version:
15 lines (14 loc) • 587 B
HTML
<div class="modal-header">
<button type="button" class="close" ng-click="$ctrl.cancel()"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
<h3 class="modal-title">
{{ 'Release Notes' | translate }}
</h3>
</div>
<div class="modal-body guide_text">
<div uib-carousel active="active" interval="myInterval">
<div uib-slide index="$index" ng-repeat="item in $ctrl.releaseItems">
<h3>{{ item.name }} <span class="color-orange">{{ item.version }}</span></h3>
<p ng-bind-html="item.detail"></p>
</div>
</div>
</div>