Hidden modal dialog to open Amber IDEs
Include as devDependency in your Amber project:
bower install amber-ide-starter-dialog --save-dev
and include require(['amber-ide-starter-dialog'], function (s) { s.start(); }); in your index.html.
require(['amber-ide-starter-dialog'], function (s) { s.start(); });