【发布时间】:2017-11-20 17:42:25
【问题描述】:
【问题讨论】:
-
能否请您使用模板
template:'<b>Hello</b>'进行测试,请告诉我输出结果
标签: angularjs spring spring-mvc spring-boot routing
【问题讨论】:
template:'<b>Hello</b>' 进行测试,请告诉我输出结果
标签: angularjs spring spring-mvc spring-boot routing
请将template 更改为templateUrl。 template 用于在 when 中编写 html 代码,如下所示:
template:'<b>Hello</b>'
templateUrl 用于提供 html 文件作为字符串 URL。
templateUrl:'filmList.html'
【讨论】: