diff --git a/app/components/controls/group-control.js b/app/components/controls/group-control.js index 5fd541f..ef7b4bf 100644 --- a/app/components/controls/group-control.js +++ b/app/components/controls/group-control.js @@ -38,7 +38,7 @@ export default Em.Component.extend({ onGroupSelectionChanged: function(){ var groupSelection = this.get('groupSelection'); - debugger; + if(!Em.isNone(groupSelection)){ this.set('activeLights', groupSelection.lights); } diff --git a/app/index.html b/app/index.html index cddb02a..509be89 100644 --- a/app/index.html +++ b/app/index.html @@ -9,6 +9,8 @@ {{content-for 'head'}} + + diff --git a/assets/bulb.psd b/assets/bulb.psd new file mode 100644 index 0000000..e07ce34 Binary files /dev/null and b/assets/bulb.psd differ diff --git a/public/assets/images/favicon.ico b/public/assets/images/favicon.ico new file mode 100644 index 0000000..cf5af5a Binary files /dev/null and b/public/assets/images/favicon.ico differ