branch develop updated (f7a29bf -> ca48257)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.forge.codelutin.com/coselmar.git from f7a29bf Fixes #8073 : Pas de liens sur les mots du nuage en mode visiteur new ca48257 Fixes #8120 : Changement de langue sans réinitialiser la page en cours 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 ca482576eba1b59c832722e2b8b7c01a4a762c88 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Mon Mar 14 11:57:03 2016 +0100 Fixes #8120 : Changement de langue sans réinitialiser la page en cours Summary of changes: coselmar-ui/src/main/webapp/js/coselmar-controllers.js | 2 -- 1 file changed, 2 deletions(-) -- 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.forge.codelutin.com/coselmar.git commit ca482576eba1b59c832722e2b8b7c01a4a762c88 Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Mon Mar 14 11:57:03 2016 +0100 Fixes #8120 : Changement de langue sans réinitialiser la page en cours --- coselmar-ui/src/main/webapp/js/coselmar-controllers.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/coselmar-ui/src/main/webapp/js/coselmar-controllers.js b/coselmar-ui/src/main/webapp/js/coselmar-controllers.js index ece2c6a..d0110e1 100644 --- a/coselmar-ui/src/main/webapp/js/coselmar-controllers.js +++ b/coselmar-ui/src/main/webapp/js/coselmar-controllers.js @@ -102,8 +102,6 @@ coselmarControllers.controller("HomeCtrl", ['$scope', '$http', '$location', '$ro $translate.use(locale); // change $locale tmhDynamicLocale.set(locale); - // reload directives to use the new $locale - $route.reload(false) } } -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm