ember-sandbox icon indicating copy to clipboard operation
ember-sandbox copied to clipboard

Display Version Info

Open jgwhite opened this issue 11 years ago • 1 comments

Good suggestion from @eccegordo

http://discuss.emberjs.com/t/show-tell-a-little-ember-sandbox-built-on-ember/1525/8

…would be nice to display all the version info upfront in the UI. Ember version, Ember Data, Handlebars, etc. The ability to toggle different ember versions would help in exploring regressions or bug fixes on an existing code snippet.

jgwhite avatar Aug 16 '13 11:08 jgwhite

I have an idea of how we can implement this in the eshtml framework. For example in the {{script}} helper we can set a global flag for each script as Handlebars detects them.

mmun avatar Aug 16 '13 12:08 mmun