Add missing files from last commit (stupid SourceTree...)

This commit is contained in:
Joseph Schorr 2015-03-11 17:47:12 -07:00
parent a18148b058
commit ea61a68bcb
12 changed files with 488 additions and 35 deletions

View file

@ -3,7 +3,7 @@
<div class="resource-error alert alert-info" ng-show="getState(resources) == 'error'">
{{ errorMessage }}
</div>
<div class="resource-content" ng-class="getState(resources) == 'ready' ? 'visible' : ''">
<div class="resource-content" ng-class="getState(resources) == 'ready' ? 'visible' : 'hidden'">
<span ng-transclude></span>
</div>
</div>