This is an automated email from the git hooks/post-receive script. New change to branch chorem-ng in repository chorem. See http://git.chorem.org/chorem.git from 1ec27b3 refs #1211 : Init CRM using ui-router not backend plugged new 1dcd720 refs #1211 : Split routing and controllers new 7debc0e Update Menu new 6ab28c2 Use correct ui-router syntax new 3efffc5 Put back saints calendar on home page The 4 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 3efffc557f42861211ff04dad4bd246be92d6f49 Author: kootox <jean.couteau@gmail.com> Date: Mon Mar 30 17:16:29 2015 +0200 Put back saints calendar on home page commit 6ab28c2d951b88f48afa2265fdbe7c695af03e68 Author: kootox <jean.couteau@gmail.com> Date: Mon Mar 30 16:20:39 2015 +0200 Use correct ui-router syntax commit 7debc0e01d0e10d361d8c49ce38828bbd53b260b Author: kootox <jean.couteau@gmail.com> Date: Mon Mar 30 16:18:20 2015 +0200 Update Menu commit 1dcd720e99cda4e395eca25efd26a32ddf6d92e5 Author: kootox <jean.couteau@gmail.com> Date: Mon Mar 30 15:49:23 2015 +0200 refs #1211 : Split routing and controllers Summary of changes: .../src/main/webapp/css/chorem.css | 81 +------------- chorem-ui-angular/src/main/webapp/home.html | 47 ++++++++- chorem-ui-angular/src/main/webapp/index.html | 37 ++++--- chorem-ui-angular/src/main/webapp/js/chorem.js | 2 +- .../src/main/webapp/js/choremControllers.js | 8 ++ chorem-ui-angular/src/main/webapp/js/crm/crm.js | 116 +-------------------- .../webapp/js/crm/{crm.js => crmControllers.js} | 44 ++------ 7 files changed, 82 insertions(+), 253 deletions(-) copy trunk/chorem-webmotion/src/main/webapp/css/chorem.less => chorem-ui-angular/src/main/webapp/css/chorem.css (60%) create mode 100644 chorem-ui-angular/src/main/webapp/js/choremControllers.js copy chorem-ui-angular/src/main/webapp/js/crm/{crm.js => crmControllers.js} (67%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.