This is an automated email from the git hooks/post-receive script. New commit to branch chorem-ng in repository chorem. See http://git.chorem.org/chorem.git commit 6ab28c2d951b88f48afa2265fdbe7c695af03e68 Author: kootox <jean.couteau@gmail.com> Date: Mon Mar 30 16:20:39 2015 +0200 Use correct ui-router syntax --- chorem-ui-angular/src/main/webapp/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chorem-ui-angular/src/main/webapp/index.html b/chorem-ui-angular/src/main/webapp/index.html index e486c96..823606c 100644 --- a/chorem-ui-angular/src/main/webapp/index.html +++ b/chorem-ui-angular/src/main/webapp/index.html @@ -50,7 +50,7 @@ <span class="caret"></span> </a> <ul class="dropdown-menu" role="menu"> - <li><a href="#/crm/companies"> + <li><a ui-sref="crm.companies"> <i class="fa fa-building-o"></i> Sociétés </a></li> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.