branch develop updated (06c6c34 -> 242180a)
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 06c6c34 upgrade modal component new 242180a Fix du service JS d'admin 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 242180ad442795c7a623d0cc9bb92164cd6e78f9 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jan 6 13:56:41 2016 +0100 Fix du service JS d'admin Summary of changes: coselmar-ui/src/main/webapp/js/coselmar-admin-services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 242180ad442795c7a623d0cc9bb92164cd6e78f9 Author: Yannick Martel <martel@©odelutin.com> Date: Wed Jan 6 13:56:41 2016 +0100 Fix du service JS d'admin --- coselmar-ui/src/main/webapp/js/coselmar-admin-services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/js/coselmar-admin-services.js b/coselmar-ui/src/main/webapp/js/coselmar-admin-services.js index 77a8820..5f152a1 100644 --- a/coselmar-ui/src/main/webapp/js/coselmar-admin-services.js +++ b/coselmar-ui/src/main/webapp/js/coselmar-admin-services.js @@ -21,7 +21,7 @@ * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ -coselmarServices.factory('adminService', ['$resource', 'coselmar-config', function($resource, coselmarConfig){ +coselmarServices.factory('adminService', ['$resource', 'coselmarConfig', function($resource, coselmarConfig){ return new Admin($resource, coselmarConfig); }]); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm