Tag library descriptor file for AngularJS -


how can add tag library descriptor file(.tld file) in angularjs(in html page)

i have tried using taglib tag

<%@ taglib prefix="his" uri="/web-inf/tld/xyz.tld" prefix="sample"%> 

but in html page it's giving warning as

multiple annotations found @ line:

- invalid text string (  <%@ taglib prefix="his" uri="/web-inf/tld/xyz.tld" prefix="sample"%> } 


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -