Skip to content

Commit

Permalink
refactor almost complete
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Nov 13, 2013
1 parent fd1e641 commit 3b46dd1
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 158 deletions.
3 changes: 2 additions & 1 deletion src/app/annotationViewer/annotationViewer.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
</ul>
</div>
<div class="annotation-viewer" id="annotation-viewer_{{id}}" >
<img ng-src="{{model.media.spectrogram.url}}" src="">
<img ng-src="{{model.media.spectrogram.url}}" src=""
ng-style="{width: model.converters.enforcedImageWidth, height: model.converters.enforcedImageHeight}">
<div id="spectrogramAnnotations_{{id}}" ></div>
<div class="positionLine" baw-translate-x="positionLine()"></div>
</div>
Expand Down
Loading

0 comments on commit 3b46dd1

Please sign in to comment.