Skip to content

Commit

Permalink
Add formSelector to morph2 template
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM committed May 1, 2014
1 parent a464c0c commit 4799043
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions app/templates/morph2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
<next-token><span class="label radius">next</span></next-token>
</div>

<div ng-repeat="analysis in plugin.currentAnalyses()">
<div ng-repeat="(id, analysis) in plugin.currentAnalyses()">
<div>{{ analysis.string }}</div>
<accordion close-others="oneAtATime">
<accordion-group
ng-repeat="form in analysis.forms"
heading="• {{ plugin.concatenatedAttributes(form) }}"
>
<accordion-group ng-repeat="form in analysis.forms" >
<accordion-heading>
• {{ plugin.concatenatedAttributes(form) }}
</accordion-heading>
<morph-form-edit></morph-form-edit>
<form-selector class="right label radius">
</accordion-group>
</accordion>
</div>

0 comments on commit 4799043

Please sign in to comment.