Skip to content

Commit

Permalink
entities
Browse files Browse the repository at this point in the history
  • Loading branch information
pandavigoureux29 committed Jan 11, 2015
1 parent a0b9e21 commit d5ed4f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/editor/partials/entities.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<accordion accordion-draggable>
<accordion-group heading="Entities [ {{project.level.substring(1)}} ]" is-open="'true'">
<div class="row">
<accordion-group heading="Entities [ {{project.level.substring(1)}} ]"
is-open="'true'">
<div class="row" style="min-height:0px; height:auto; max-height:450px; overflow:auto; overflow-y:scroll;">
<ul class="list-entities">
<li ng-repeat='data in entities | noeditorentities' ng-include="'partials/directives/entity_directive.html'">
</li>
Expand Down

0 comments on commit d5ed4f2

Please sign in to comment.