diff --git a/addon/pods/components/frost-tabs/template.hbs b/addon/pods/components/frost-tabs/template.hbs index fb65aba..de2baf9 100644 --- a/addon/pods/components/frost-tabs/template.hbs +++ b/addon/pods/components/frost-tabs/template.hbs @@ -1,6 +1,6 @@
{{#each tabs as |tab|}} - {{#frost-button class=(concat 'tab' (if (eq tab.id selection) ' active')) design='tab' disabled=tab.disabled on-click=(action on-change tab.id)}} + {{#frost-button class=(concat 'tab' (if (eq tab.id selection) ' active')) design='tab' disabled=tab.disabled onClick=(action on-change tab.id)}}
{{tab.alias}}
diff --git a/package.json b/package.json index 2ff679e..bf00508 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "ember-data": "^2.3.3", "ember-disable-proxy-controllers": "^1.0.1", "ember-export-application-global": "^1.0.5", - "ember-frost-button": "^2.0.0", + "ember-frost-core": "0.0.10", "ember-frost-css-core": "^1.1.2", "ember-frost-theme": "^1.3.0", "ember-load-initializers": "^0.5.1", @@ -66,4 +66,4 @@ "ember-addon": { "configPath": "tests/dummy/config" } -} \ No newline at end of file +}