2015-04-29 17:52:06 -07:00
< div ng-init = "
bubbles = [
{layout: 'arw-top arw-left'},
{layout: 'arw-top arw-right'},
{layout: 'arw-btm arw-left'},
{layout: 'arw-btm arw-right'}
];
2015-04-29 18:13:35 -07:00
titlex='Egress Scenario scelerisque mauris pid montes nunc ut aliquam elementum tincidunt phasellus 1';
2015-04-29 17:52:06 -07:00
title='Egress Scenario 1';
2015-04-29 18:13:35 -07:00
propertiesShort=[{label:'Type', value:'Timeline', align:'left'},
2015-04-29 17:52:06 -07:00
{label:'Start', value:'2015-04-27 00:00:00 UTC', align:'left'},
{label:'End', value:'2015-04-27 09:15:37 UTC', align:'left'},
2015-04-29 18:13:35 -07:00
{label:'ID', value:'WRP-T-89', align:'left'}];
properties=[{label:'Type', value:'Timeline', align:'left'},
{label:'Start', value:'2015-04-27 00:00:00 UTC', align:'left'},
{label:'End', value:'2015-04-27 06:07:26 UTC', align:'left'},
{label:'Duration', value:'06:07:26', align:'left'},
{label:'Created', value:'2015-04-26 12:27:00 UTC', align:'left'},
{label:'Modified', value:'2015-04-26 23:21:00 UTC', align:'left'},
2015-04-29 17:52:06 -07:00
{label:'Status', value:'Up to date', align:'left'},
2015-04-29 18:13:35 -07:00
{label:'URL', value:'http://www.logitech.com/en-us/product/bluetooth-mouse-m557?crid=7', align:'wrap'},
2015-04-29 17:52:06 -07:00
{label:'Description', value:'Enjoy exceptional battery life for a Bluetooth mouse, and work for up to a full year between battery changes, An On/Off switch helps conserve power, smart sleep mode extends battery life, and an indicator light helps to ensure that you’ ll never be caught off guard.', align:'wrap'},
{label:'ID', value:'WRP-T-89', align:'left'}];
">< / div >
2015-04-29 18:13:35 -07:00
2015-04-29 17:52:06 -07:00
< div
2015-04-29 18:13:35 -07:00
style="position: absolute"
2015-04-29 17:52:06 -07:00
ng-repeat="bubble in bubbles"
2015-04-29 18:13:35 -07:00
ng-style="{left: $index * 300 + 'px'}"
2015-04-29 17:52:06 -07:00
>
2015-04-29 18:13:35 -07:00
< div class = "t-infobubble s-infobubble l-infobubble-wrapper {{bubble.layout}}" >
< div class = "l-infobubble" >
< div
ng-show="title.length > 0"
class="title"
>{{title}}
< / div >
< table >
< tr ng-repeat = "property in properties" >
< td class = "label" > {{property.label}}< / td >
< td title = "{{property.value}}" class = "value align-{{property.align}}" > {{property.value}}< / td >
< / tr >
< / table >
2015-04-29 17:52:06 -07:00
< / div >
< / div >
2015-04-28 16:08:33 -07:00
< / div >