Started work on annotations submenu control

This commit is contained in:
Torkel Odegaard
2014-02-09 15:43:43 +01:00
parent 775c0ff2f1
commit 0e3c0fcc2e
11 changed files with 115 additions and 41 deletions
+8
View File
@@ -0,0 +1,8 @@
<div ng-controller='AnnotationsCtrl' ng-init="init()">
<div class="submenu-toggle">
<label class="small" for="showAnnotations">Hide</label>
<input type="checkbox" id="showAnnotations"></label>
</div>
</div>