ga-wdi-boston / ember-object

Explore the Ember Object Model, and leverage it to do some basic binding through computed properties.
Other
1 stars 112 forks source link

Find better way to run custom scripts #10

Open GA-MEB opened 8 years ago

GA-MEB commented 8 years ago

We need to be able to write scripts in order to create and muck around with arbitrary Ember Objects. However, copying and pasting scripts into the console is awkward. It would be great if we could find a better way to do it.

See #4

RealWeeks commented 8 years ago

@MattB-GA-Boston any further thoughts on this?

gaand commented 8 years ago

Examples of scripts, please?

jrhorn424 commented 8 years ago

Most of this can be done from an Ember repo, or with https://ember-twiddle.com. I'd prefer a local repo, maybe... using the ember-template in this lesson? 😱 😉

jrhorn424 commented 8 years ago

@gaand This references pretty much every code snippet in the README. 😢