From 7c425b5a6a75f6782bf1bfc35ba88a3037c07809 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Tue, 29 Sep 2015 17:45:02 +0300 Subject: [PATCH] Minor refactoring --- app/index.html | 1 + app/js/controllers.js | 4 + app/js/directives.js | 7 +- app/js/lib/ng_utils.js | 605 ++++++++ app/js/messages_manager.js | 2410 +++++++++++++++++++++++++++++ app/js/services.js | 3006 ------------------------------------ app/less/app.less | 4 +- app/webogram.appcache | 2 +- 8 files changed, 3026 insertions(+), 3013 deletions(-) create mode 100644 app/js/messages_manager.js diff --git a/app/index.html b/app/index.html index 9f77c6fa..85bffe06 100644 --- a/app/index.html +++ b/app/index.html @@ -79,6 +79,7 @@ +