This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse-subscriptions
mirror of
https://github.com/discourse/discourse-subscriptions.git
Watch
1
Star
0
Fork
You've already forked discourse-subscriptions
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1c31884475
discourse-subscriptions
/
assets
/
javascripts
/
discourse
/
components
/
payment-options.js.es6
8 lines
118 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test button click
2019-12-05 22:33:38 -05:00
export default Ember.Component.extend({
actions: {
clickPlan(plan) {
this.selectPlan(plan);
}
}
});