【发布时间】:2016-04-28 13:44:11
【问题描述】:
我使用spring 4.2.5,thymeleaf 2.1.4。问题是当我在Html中使用Angular's directive时,会导致异常。
org.thymeleaf.exceptions.TemplateInputException
HTML代码如下
<input type="password" name="password" placeholder="Password"
ng-minlength="6" ensure-same ng-required="true" required/>
问题是ng-minlength,ensure-same 和required。如何解决?
【问题讨论】:
标签: angularjs spring thymeleaf