Skip to content

Commit

Permalink
Make upgrades show up.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdungs committed Dec 12, 2014
1 parent 1eaf49f commit f9b8c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h4 class="panel-title">
</h4>
</div>
<div class="panel-body scrollable large" id="upgradesLarge">
<div id="upgradesContent">
<div id="upgradesContent" ng-controller="UpgradesController as uc">
<ul class="media-list" ng-cloak>
<li class="media" ng-repeat="u in uc.upgrades" ng-show="uc.isVisible(u)">
<div class="media-body">
Expand Down

0 comments on commit f9b8c6e

Please sign in to comment.