Skip to content

Commit

Permalink
Close #26
Browse files Browse the repository at this point in the history
  • Loading branch information
simonv3 committed Apr 23, 2016
1 parent 1a14172 commit f0e02a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
</header>
<div an-annotatable
an-image="image"
show-annotations="view === 'single'"
can-annotate="!addingImages && view === 'single'"
show-annotations="true"
can-annotate="!addingImages"
></div>
<footer>
<span class="has-older" ng-show="image.metadata.previous">Has an older version.</span>
Expand Down
2 changes: 1 addition & 1 deletion client/templates/anAnnotation.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ul>
<h1>New Comment:</h1>
<textarea ng-model="newComment" ng-keyup="($event.keyCode == 13 && !$event.shiftKey) && addComment(newComment, $event)"></textarea>
<button type="submit" ng-click="addComment(newComment, $event)">submit</button>
<button type="submit" class="pill" ng-click="addComment(newComment, $event)">submit</button>
</div>
</div>
</section>

0 comments on commit f0e02a6

Please sign in to comment.