标签: angularjs spring thymeleaf
我知道这种方式可以获取数据。
th:attr="ng-click='method(\''+${ans.numbers}+'\',true);
但我不想要这个点击事件。我只想在页面初始化时获得这些数据。
答案 0 :(得分:1)
试试这个
th:attr="ng-init='method(\''+${ans.numbers}+'\',true);