branch develop updated (4ba67f4 -> 1646081)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 4ba67f4 Uniformisation des boutons et amélioration de la saisie des mot clés sur l'édition d'un projet new 1646081 add links to search on referential in cloud tags 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 16460813b095353b84ffede678d1f4b2bf3f91f4 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Feb 4 11:13:02 2016 +0100 add links to search on referential in cloud tags Summary of changes: coselmar-ui/src/main/webapp/js/coselmar-controllers.js | 3 +++ 1 file changed, 3 insertions(+) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 16460813b095353b84ffede678d1f4b2bf3f91f4 Author: Yannick Martel <martel@©odelutin.com> Date: Thu Feb 4 11:13:02 2016 +0100 add links to search on referential in cloud tags --- coselmar-ui/src/main/webapp/js/coselmar-controllers.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coselmar-ui/src/main/webapp/js/coselmar-controllers.js b/coselmar-ui/src/main/webapp/js/coselmar-controllers.js index 6f32f3b..4e0d277 100644 --- a/coselmar-ui/src/main/webapp/js/coselmar-controllers.js +++ b/coselmar-ui/src/main/webapp/js/coselmar-controllers.js @@ -163,6 +163,9 @@ coselmarControllers.controller("homeConnectedCtrl", ['$scope', 'questionsService generalService.getTopWords(function(result) { $scope.topWords = result.data; + for (var i=0; i < $scope.topWords.length; i++) { + $scope.topWords[i].link = "#/referential?onDocuments&onQuestions&keywords=" + $scope.topWords[i].text; + } }, function(fail) { $scope.topWords = []; }); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm