]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-8205 [verto_communicator] Add splash screen feature
authorStefan Yohansson <stefan@evolux.net.br>
Thu, 24 Sep 2015 13:27:00 +0000 (10:27 -0300)
committerKen Rice <krice@freeswitch.org>
Fri, 25 Sep 2015 15:08:09 +0000 (10:08 -0500)
commit77fd36fa24c3093cb3daa38e5276ab7f048fd28d
tree29126e4a1c3a8dc7438dfd396eb3f0f2e916174b
parent5f4aaa4a11b2368df88c3b07af1785bfb9b5b5e1
FS-8205 [verto_communicator] Add splash screen feature
14 files changed:
html5/verto/js/src/jquery.verto.js
html5/verto/verto_communicator/src/css/verto.css
html5/verto/verto_communicator/src/index.html
html5/verto/verto_communicator/src/partials/splash_screen.html [new file with mode: 0644]
html5/verto/verto_communicator/src/storageService/services/splash_screen.js [new file with mode: 0644]
html5/verto/verto_communicator/src/vertoApp/vertoApp.module.js
html5/verto/verto_communicator/src/vertoControllers/controllers/DialPadController.js
html5/verto/verto_communicator/src/vertoControllers/controllers/InCallController.js
html5/verto/verto_communicator/src/vertoControllers/controllers/LoginController.js
html5/verto/verto_communicator/src/vertoControllers/controllers/MainController.js
html5/verto/verto_communicator/src/vertoControllers/controllers/SplashScreenController.js [new file with mode: 0644]
html5/verto/verto_communicator/src/vertoControllers/vertoControllers.module.js
html5/verto/verto_communicator/src/vertoService/services/configService.js [new file with mode: 0644]
html5/verto/verto_communicator/src/vertoService/services/vertoService.js