commit | 86f3f28075c0fc5943ff373513d459ecbf677578 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Aug 11 11:21:33 2016 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Aug 11 11:29:58 2016 -0700 |
tree | 35f49cc795f12f18e1dcf8ba1b302ffd344007d6 | |
parent | 4208f11c3eabb40afeb03cd8023863df128672f3 [diff] [blame] |
Splitting cmds in services Change-Id: I7caaf9807f28ada80b82df2bd8afa3d6ed3b0caa
diff --git a/views/ngXosViews/UITutorial/src/index.html b/views/ngXosViews/UITutorial/src/index.html index e790d6e..6819b46 100644 --- a/views/ngXosViews/UITutorial/src/index.html +++ b/views/ngXosViews/UITutorial/src/index.html
@@ -39,4 +39,7 @@ <!-- inject:js --> <script src="/vendor/ng-xos-lib/dist/ngXosHelpers.min.js"></script> <script src="/.tmp/main.js"></script> +<script src="/.tmp/responseHandler.js"></script> +<script src="/.tmp/exploreCmd.js"></script> +<script src="/.tmp/errorHandler.js"></script> <!-- endinject --> \ No newline at end of file