|
|
@ -1,6 +1,6 @@
|
|
|
|
<dl ng-if="holiday">
|
|
|
|
<dl ng-if="holiday">
|
|
|
|
<dt ng-bind="holiday.description"></dt>
|
|
|
|
<dt ng-bind="holiday.description"></dt>
|
|
|
|
<dd>
|
|
|
|
<dd style="line-break: anywhere">
|
|
|
|
<span class="label label-success"
|
|
|
|
<span class="label label-success"
|
|
|
|
ng-repeat="region in holiday.regions"
|
|
|
|
ng-repeat="region in holiday.regions"
|
|
|
|
ng-bind="region"></span>
|
|
|
|
ng-bind="region"></span>
|
|
|
|