Created
September 25, 2017 22:26
-
-
Save ggrumbley/7c0050f8b3d126c091f7f164646839fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="checkbox" | |
id="checked" | |
class="cbx hidden" | |
ng-model="vm.selectedWidget.Settings.ShowLegend" | |
ng-change="vm.legendVBalueChanged(value)"> | |
<label for="checked" class="lbl"></label> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment