lundi 23 mars 2015

templateUrl angularjs + java

In which project's folder should I put those template .html files? Neither of those templateUrl codes seem to work.


templates


imgur link for higher resultion: http://ift.tt/1HsdRmq


nothing loads when clicking those navbar links: nav


using controller does not fix problem aswell



@Controller
public class RouterController {

@RequestMapping(value="/shopa/crud", method = RequestMethod.GET )
public String getCrud() {
return "crud.html";
}

}

Aucun commentaire:

Enregistrer un commentaire