ember install https://github.com/Upstatement/emburger.git
{{emburger-button}}
Pass in a closure action to fire on click:
{{emburger-button onConsume=(action "openMenu")}}
-
specialOrders
- define a preset special order ex.{{emburger-button specialOrders="bigmac"}}
ex.{{emburger-button specialOrders="doubleQuarterPounder"}}
-
vegetarian
-
paleo
-
withCheese
-
toppings
- space delimited string of custom toppings
- For projects that require the metric system:
{{emburger-button specialOrders="royale" withCheese=true}}
ember server
- Visit your app at http://localhost:4242.
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
ember build
For more information on using ember-cli, visit http://ember-cli.com/.
Made at Upstatement with help from these lovely folks: