In which project's folder should I put those template .html files? Neither of those templateUrl codes seem to work.
imgur link for higher resultion: http://ift.tt/1HsdRmq
nothing loads when clicking those navbar links:
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