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 b052058 UI architecture new 1ec27b3 refs #1211 : Init CRM using ui-router not backend plugged 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 1ec27b39865ca25e089c57c5ea26c0d3f0143e1f Author: kootox <jean.couteau@gmail.com> Date: Sun Mar 29 17:45:14 2015 +0200 refs #1211 : Init CRM using ui-router not backend plugged Summary of changes: .../main/webapp/crm/partials/companies.list.html | 51 ++++++++ .../webapp/crm/partials/companyCreateCard.html | 39 ++++++ .../src/main/webapp/crm/partials/crm.html | 1 + chorem-ui-angular/src/main/webapp/home.html | 2 +- chorem-ui-angular/src/main/webapp/index.html | 1 + chorem-ui-angular/src/main/webapp/js/chorem.js | 2 +- chorem-ui-angular/src/main/webapp/js/crm/crm.js | 141 +++++++++++++++++++++ 7 files changed, 235 insertions(+), 2 deletions(-) create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/companies.list.html create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/companyCreateCard.html create mode 100644 chorem-ui-angular/src/main/webapp/crm/partials/crm.html create mode 100644 chorem-ui-angular/src/main/webapp/js/crm/crm.js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.