2014-08-25 06:31:31 -05:00
< div class = "submenu-controls" ng-controller = "SubmenuCtrl" >
2015-02-20 04:27:57 -06:00
< div class = "tight-form borderless" >
2014-08-25 06:31:31 -05:00
2015-02-20 05:20:10 -06:00
< ul class = "tight-form-list" ng-if = "dashboard.templating.list.length > 0" >
2015-03-18 10:15:21 -05:00
< li ng-repeat = "variable in variables" class = "tight-form-item template-param-name dropdown" >
2015-03-19 22:09:50 -05:00
< variable-value-select variable = "variable" on-updated = "variableUpdated(variable)" > < / variable-value-select >
2015-01-16 02:31:38 -06:00
< / li >
2014-08-25 08:36:44 -05:00
2015-03-18 10:15:21 -05:00
<!-- <li class="dropdown" ng-repeat-end> -->
<!-- <a class="tight-form-item" tabindex="1" data-toggle="dropdown">{{variable.current.text}} <i class="fa fa-caret-down"></i></a> -->
<!-- <div class="dropdown-menu variable-values-dropdown"> -->
<!-- <input type="text" class="fluid-width"> -->
<!-- <div class="variable-values-list"> -->
<!-- <div class="variable-values-list-item" ng-repeat="option in variable.options"> -->
<!-- <editor-checkbox text="{{option.text}}" model="asd" change="buildUrl()"></editor-checkbox> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </li> -->
<!-- -->
<!--
2015-01-16 02:31:38 -06:00
< li ng-repeat-end template-param-selector >
< / li >
2015-03-18 10:15:21 -05:00
-->
2015-02-20 05:20:10 -06:00
2015-01-16 02:31:38 -06:00
< / ul >
2014-08-28 05:44:01 -05:00
2015-02-20 05:20:10 -06:00
< ul class = "tight-form-list" ng-if = "dashboard.annotations.list.length > 0" >
2015-01-16 02:31:38 -06:00
< li ng-repeat = "annotation in dashboard.annotations.list" class = "tight-form-item annotation-segment" ng-class = "{'annotation-disabled': !annotation.enable}" >
< a ng-click = "disableAnnotation(annotation)" >
2015-03-27 02:39:08 -05:00
< i class = "fa fa-bolt" > < / i >
2015-01-16 02:31:38 -06:00
{{annotation.name}}
2015-03-05 13:45:14 -06:00
< input class = "cr1" id = "hideYAxis" type = "checkbox" ng-model = "annotation.enable" ng-checked = "annotation.enable" >
< label for = "hideYAxis" class = "cr1" > < / label >
2015-01-16 02:31:38 -06:00
< / a >
< / li >
< / ul >
2014-08-25 06:31:31 -05:00
2015-01-16 02:31:38 -06:00
< div class = "clearfix" > < / div >
2014-08-25 06:31:31 -05:00
< / div >
2015-01-16 02:31:38 -06:00
< / div >