Skip to content

Commit

Permalink
Changed div to ul
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed May 7, 2015
1 parent 2ad5ab5 commit dd85287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/controls/samples/atom-yes-no-control.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
})
</script>

<div
<ul
atom-type="AtomYesNoControl"
atom-value="$[scope.dayLightSaving]"></div>
atom-value="$[scope.dayLightSaving]"></ul>

<div
atom-text="[ 'Day Light:' + ( $scope.dayLightSaving ? 'On' : 'Off' )]"></div>
Expand Down

0 comments on commit dd85287

Please sign in to comment.