Fix bug where key listeners would die if >1 graph present

This commit is contained in:
Zachary Tong
2013-04-09 17:18:44 -04:00
parent 604fc0674c
commit c68e68a00a
5 changed files with 58 additions and 17 deletions
+6
View File
@@ -37,6 +37,12 @@
stroke-width: .5px;
fill: none;
}
.geopoint {
stroke: #000;
stroke-width: .5px;
fill: #000;
}
</style>
<span ng-show="panel.spyable" style="position:absolute;right:0px;top:0px" class='panelextra pointer'>
<i bs-modal="'partials/modal.html'" class="icon-eye-open"></i>