|
|
|
|
@ -9,6 +9,16 @@
|
|
|
|
|
Sin Type: {{transgression.sin_type}}
|
|
|
|
|
<br/>
|
|
|
|
|
Description: {{transgression.description}}
|
|
|
|
|
<h3>Add a confession (yum):</h3>
|
|
|
|
|
<form ng-submit="transgressions.createConfession(transgression.id)">
|
|
|
|
|
<input type="text" ng-model="transgressions.newConfessionDescription" placeholder="How did you please me?"/>
|
|
|
|
|
<br/>
|
|
|
|
|
<input type="text" ng-model="transgressions.newConfessionDate" placeholder="When did it happen?"/>
|
|
|
|
|
<br/>
|
|
|
|
|
<input type="submit" value="YESSS!" />
|
|
|
|
|
<br/>
|
|
|
|
|
<br/>
|
|
|
|
|
</form>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|