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