Skip to content

Instantly share code, notes, and snippets.

@msadoon
Created October 23, 2014 23:34
Show Gist options
  • Save msadoon/f5448ae3047fb36ec4be to your computer and use it in GitHub Desktop.
Save msadoon/f5448ae3047fb36ec4be to your computer and use it in GitHub Desktop.
html with angular.
<div class="col-md-6 detailscroll" id="bugtable">
<table class="table list-group-item">
<thead>
<tr>
<th>#### <br> Bug Summary {{data.bug}}- documented</th>
</tr>
</thead>
<tbody>
<tr>
<th>
<img src="" height="400" width="300" alt="..." class="img-rounded">
</th>
<th>
App Name: <span id="appName"></span><br>
App Version: <span id="appVersion"></span><br>
OS Version: {{data.OSVersion}}<br>
Device Name: <span id="deviceName"></span><br>
Device ID: <span id="deviceID"></span><br>
Device Date Time: <span id="deviceDateTime"></span><br>
GPS Longitude: <span id="gpsLongitude"></span><br>
GPD Latitude: <span id="gpsLatitude"></span><br>
Memory: <span id="totalMemory"></span><br>
Free Memory: <span id="freeMemory"></span><br>
Screen Resolution: <span id="screenResolution"></span><br>
Screen Size: <span id="screenSize"></span><br>
Timezone: <span id="deviceTimeZone"></span><br>
Cellular State: <span id="cellularState"></span><br>
Wifi State: <span id="wifiState"></span><br>
Wifi Connection State: <span id="wifiConnectionState"></span><br>
Bluetooth State: <span id="bluetoothState"></span><br>
Attached Screenshot?: <span id="isScreenShotAttached"></span><br>
</th>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment