This is an automated email from the git hooks/post-receive script. New change to branch feature/R7776-cloudTags-in-homepage in repository coselmar. See http://git.codelutin.com/coselmar.git from 19f5785 refs-40 #7776 mise en place d'un service rest renvoyant les mots les plus courrant de l'application new 3f4d90b refs-80 #7776 mise en plac du nuage de mot sur l'ui 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 3f4d90b5b2416d830c3063c5a895b09f66a71aaa Author: Yannick Martel <martel@©odelutin.com> Date: Wed Dec 16 16:24:48 2015 +0100 refs-80 #7776 mise en plac du nuage de mot sur l'ui Summary of changes: coselmar-ui/pom.xml | 6 + coselmar-ui/src/main/webapp/css/jqcloud-2.0.0.css | 59 +++ coselmar-ui/src/main/webapp/index.html | 8 + coselmar-ui/src/main/webapp/js/angular-jqcloud.js | 59 +++ .../src/main/webapp/js/coselmar-controllers.js | 10 +- ...r-constants.js => coselmar-general-services.js} | 24 +- coselmar-ui/src/main/webapp/js/coselmar.js | 2 +- coselmar-ui/src/main/webapp/js/jqcloud-2.0.0.js | 528 +++++++++++++++++++++ coselmar-ui/src/main/webapp/views/home.html | 5 + pom.xml | 8 + 10 files changed, 702 insertions(+), 7 deletions(-) create mode 100644 coselmar-ui/src/main/webapp/css/jqcloud-2.0.0.css create mode 100644 coselmar-ui/src/main/webapp/js/angular-jqcloud.js copy coselmar-ui/src/main/webapp/js/{coselmar-constants.js => coselmar-general-services.js} (63%) create mode 100644 coselmar-ui/src/main/webapp/js/jqcloud-2.0.0.js -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.