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
Post a Comment