Skip to content

Commit

Permalink
accidental ';' in HTML-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenskunganka committed Sep 27, 2015
1 parent df24290 commit 616e8e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h1>Here are the details of the <%= compnameSingular %></h1>
<form ng-submit="$parent.save()" name="$parent.form" novalidate="">
<div class="list">
<label class="item item-input">
<input type="text" placeholder="Name" ng-model="$parent.<%= compnameSingular %>;.name"/>
<input type="text" placeholder="Name" ng-model="$parent.<%= compnameSingular %>.name"/>
</label>
</div>
<button type="submit" class="button button-block button-positive">Save</button>
Expand Down

0 comments on commit 616e8e1

Please sign in to comment.