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>.