salix/modules/travel/front/descriptor-popover/index.html

12 lines
320 B
HTML
Raw Normal View History

2020-02-18 09:33:17 +00:00
<vn-popover vn-id="popover">
<vn-spinner
ng-if="$ctrl.travel == null"
style="padding: 1em;"
enable="true">
</vn-spinner>
<vn-travel-descriptor
ng-if="$ctrl.travel"
travel="$ctrl.travel"
quicklinks="$ctrl.quicklinks">
</vn-travel-descriptor>
</vn-popover>