Fixed all drop-downs for latest ui-bootstrap 0.12 using the new attribute-only directive syntax.

This commit is contained in:
Gunther Brunner
2014-12-02 19:37:22 +09:00
parent 581689d67a
commit ba5d245c53
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
i(ng-show='!showScreen', tooltip-html-unsafe='{{"Show Screen"|translate}}', tooltip-placement='bottom').fa.fa-eye-slash
.device-name-container(dropdown)
a.stf-vnc-device-name.pointer.unselectable.dropdown-toggle
a.stf-vnc-device-name.pointer.unselectable(dropdown-toggle)
p
.device-small-image
img(ng-src='/static/app/devices/icon/x24/{{ device.image || "E30HT.jpg" }}')