commit | ef969925ae584c99a61c00d4b8f3c61f66bc6209 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Aug 11 13:49:12 2016 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Aug 12 10:20:14 2016 -0700 |
tree | f255fd4957a0d47d300313592f15c17105de1f4e | |
parent | 19004b588dc79d6ab115de7a43296a1e08025ff0 [diff] |
Added instructions and tests Change-Id: I18e491c4a0c188866dcad1f9db52c4f781054e62
diff --git a/views/ngXosViews/UITutorial/src/templates/js-shell.tpl.html b/views/ngXosViews/UITutorial/src/templates/js-shell.tpl.html index 543006d..8799fd4 100644 --- a/views/ngXosViews/UITutorial/src/templates/js-shell.tpl.html +++ b/views/ngXosViews/UITutorial/src/templates/js-shell.tpl.html
@@ -1,3 +1,6 @@ <div id="shell-panel"> + <div> + Type <code>help</code> or hit <code>TAB</code> for a list of commands. + </div> <div id="shell-view"></div> </div> \ No newline at end of file