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 20f14071b335e101acae718374b6871a787f4263 Author: Yannick Martel <martel@©odelutin.com> Date: Fri Jan 23 18:07:39 2015 +0100 fix bundle module javascript constants... --- coselmar-bundle/src/main/webapp/js/coselmar-constants.js | 3 ++- coselmar-ui/src/main/webapp/js/coselmar-constants.js | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/coselmar-bundle/src/main/webapp/js/coselmar-constants.js b/coselmar-bundle/src/main/webapp/js/coselmar-constants.js index 07a4b82..c13b440 100644 --- a/coselmar-bundle/src/main/webapp/js/coselmar-constants.js +++ b/coselmar-bundle/src/main/webapp/js/coselmar-constants.js @@ -22,5 +22,6 @@ * #L% */ coselmarApp.constant('coselmar-config', { - BASE_URL : "v1" + BASE_URL : "v1", + SUPPORTED_LOCALE : ["en", "fr"] }); \ No newline at end of file diff --git a/coselmar-ui/src/main/webapp/js/coselmar-constants.js b/coselmar-ui/src/main/webapp/js/coselmar-constants.js index f1ea0b2..566831a 100644 --- a/coselmar-ui/src/main/webapp/js/coselmar-constants.js +++ b/coselmar-ui/src/main/webapp/js/coselmar-constants.js @@ -21,6 +21,8 @@ * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ + +// DON'T FORGET TO EDIT ONE IN BUNDLE MODULE \\ coselmarApp.constant('coselmar-config', { BASE_URL : "http://localhost:8081/services/v1", SUPPORTED_LOCALE : ["en", "fr"] -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.