0.0.6 | Built motion from commit ffa9431.
[motion.git] / public / assets / plugins / angular-elastic-builder-back / src / tmpl / types / Multi.html
1 <span class="multi-rule">
2   <span data-ng-repeat="choice in guide.choices">
3     <label class="checkbox">
4       <input type="checkbox" data-ng-model="rule.values[choice]">
5       {{ choice }}
6     </label>
7   </span>
8 </span>