This is an automated email from the git hooks/post-receive script. New change to branch develop in repository mum. See http://git.chorem.org/mum.git from 34f7267 scanned ip printed after scan new 7b9d4f3 routing is now managed with angularjs (index.html is main template) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 7b9d4f33a22b0b76e2e184df5c42ee95233376c7 Author: Alexis Guilbaud <guilbaud@codelutin.com> Date: Mon Feb 23 18:03:54 2015 +0100 routing is now managed with angularjs (index.html is main template) Summary of changes: bower.json | 3 +- static/js/controllers/mainCtrl.js | 431 +++++++++++++++++++++++++++++++++ static/js/controllers/settings_ctrl.js | 8 - static/js/controllers/table_ctrl.js | 306 ----------------------- views/dashboard.html | 77 ------ views/groups.html | 72 +----- views/hostpage.html | 72 +----- views/index.html | 93 ++++--- views/notifications.html | 67 ----- views/profile.html | 69 ------ views/scan.html | 69 ------ views/settings.html | 69 ------ views/stats.html | 70 ------ views/users.html | 71 ------ 14 files changed, 499 insertions(+), 978 deletions(-) create mode 100644 static/js/controllers/mainCtrl.js delete mode 100644 static/js/controllers/settings_ctrl.js delete mode 100644 static/js/controllers/table_ctrl.js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.