test button click
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default Ember.Component.extend({
|
||||
actions: {
|
||||
clickPlan(plan) {
|
||||
this.selectPlan(plan);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user