xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:templatematch="/"> <xsl:value-ofselect='format-number(500100, "#")'/> <xsl:value-ofselect='format-number(500100, "0")'/> <xsl:value-ofselect='format-number(500100, "#.00")'/> <xsl:value-ofselect='format...
I have developed a small plunker, but I am confused about the connection between the directive and the template in your sample. Is it possible that you forgot to include the template property? In my plunker, I have tried to address this issue. Define template : return { restrict: 'E', ...