More comprehensive changes, UI tweaking

This commit is contained in:
Colin McLeod
2015-05-03 13:23:30 -07:00
parent 71405e6cb7
commit 022836bde1
29 changed files with 339 additions and 374 deletions

View File

@@ -7,8 +7,10 @@
<!-- TODO: add awesome relevant SVG based on code /-->
<p ng-if="path" ng-bind="path"></p>
<p ng-if="type" ng-bind="type"></p>
<p ng-if="path" >Path: {{path}}</p>
<p ng-if="type">Error: {{type}}</p>
<p ng-if="details">Details: {{details | json}}</p>
<p>Browser: {{browser}}</p>
</div>
<!-- TODO: Add github issue link /-->