diff --git a/mobile/app/pods/components/hue-controls/component.js b/mobile/app/pods/components/hue-controls/component.js
index 99e32fb..ac89f6d 100644
--- a/mobile/app/pods/components/hue-controls/component.js
+++ b/mobile/app/pods/components/hue-controls/component.js
@@ -168,8 +168,7 @@ export default Component.extend({
},
{
element: $('#playlist md-menu')[0],
- intro: '
You can add songs from SoundCloud by copy and pasting the URL shown here',
- position: 'left'
+ intro: '
You can add songs from SoundCloud by copy and pasting the URL shown here'
},
{
element: '#player-area',
@@ -208,8 +207,7 @@ export default Component.extend({
{
element: $('#navigation .ember-basic-dropdown-trigger')[0],
intro: 'A few miscellaneous settings can be found here.
' +
- 'WARNING: clearing application settings will restore the application to its original state. This will even delete your playlist and any saved song beat preferences.',
- position: 'left'
+ 'WARNING: clearing application settings will restore the application to its original state. This will even delete your playlist and any saved song beat preferences.'
},
{
intro: 'And that\'s it...Hope you enjoy the application. ;)'
diff --git a/mobile/app/pods/components/music-tab/template.hbs b/mobile/app/pods/components/music-tab/template.hbs
index 5a59b3c..e24c53a 100644
--- a/mobile/app/pods/components/music-tab/template.hbs
+++ b/mobile/app/pods/components/music-tab/template.hbs
@@ -9,7 +9,7 @@
{{paper-icon playerAreaClickIcon id="play-notification"}}
- {{range-slider start=seekPosition min=0 max=100 connect=filledConnect id="seek-slider" on-slide="seekChanged"}}
+ {{range-slider start=seekPosition min=0 max=100 connect=filledConnect id="seek-slider" on-change="seekChanged"}}
{{#if playQueueNotEmpty}}
{{paper-icon "skip-previous" class="player-control-icon"}}{{/if}}
{{paper-icon icon=volumeIcon class=volumeMutedClass}}{{range-slider start=volume min=0 max=100 connect=filledConnect on-slide="volumeChanged" id="volume-bar" class="hidden-xs"}}
+ -->{{range-slider start=volume min=0 max=100 connect=filledConnect on-change="volumeChanged" id="volume-bar" class="hidden-xs"}}
{{timeElapsedTxt}} / {{timeTotalTxt}}
@@ -142,7 +142,7 @@
Hue Range
- {{range-slider start=hueRange orientation="vertical" step=beatOptions.hueRange.step range=beatOptions.hueRange.range connect=hueRangeConnect on-slide="hueRangeChanged" pips=beatOptions.hueRange.pips}}
+ {{range-slider start=hueRange orientation="vertical" step=beatOptions.hueRange.step range=beatOptions.hueRange.range connect=hueRangeConnect on-change="hueRangeChanged" pips=beatOptions.hueRange.pips}}
@@ -150,7 +150,7 @@
Sensitivity
- {{range-slider start=threshold orientation="vertical" step=beatOptions.threshold.step range=beatOptions.threshold.range on-slide="thresholdChanged" pips=beatOptions.threshold.pips}}
+ {{range-slider start=threshold orientation="vertical" step=beatOptions.threshold.step range=beatOptions.threshold.range on-change="thresholdChanged" pips=beatOptions.threshold.pips}}
diff --git a/web/package.json b/web/package.json
index dc778a4..ee0afce 100644
--- a/web/package.json
+++ b/web/package.json
@@ -30,7 +30,7 @@
"ember-cli-nouislider": "^0.11.0",
"ember-cli-qunit": "^1.2.1",
"ember-cli-release": "0.2.8",
- "ember-cli-sass": "^5.2.1",
+ "ember-cli-sass": "^6.0.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-uglify": "^1.2.0",
@@ -38,7 +38,7 @@
"ember-load-initializers": "^0.6.3",
"ember-modal-dialog": "^0.9.0",
"ember-notify": "^5.0.4",
- "ember-paper": "^1.0.0-alpha.11",
+ "ember-paper": "^1.0.0-alpha.12",
"ember-resolver": "^2.0.3",
"ember-truth-helpers": "^1.2.0",
"loader.js": "^4.0.7"