简体   繁体   中英

Grails pagination tag inside Angular Asset pipeline is possible?

I created a grails 3 restful application with an angular 1 profile. I am trying to utilize pagination and it works insofar as data is returned per the max and offset variables. However, all that is useless if I can't get pagination directives to be rendered into list.html. Is it possible to utilize

I get error namespace g is not bound from intellij and it appears not to be doing anything at runtime. I don't see any paging ..... any sample would be helpful

You cant use GSP tags in HTML. You have to use an AngularJS alternative.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM