The truncate attribute takes a value, not a reference. In ml-facets.html, this:
truncate="truncateLength"
Should be:
truncate="{{truncateLength}}"
One could also argue, that you might want to have a slightly less truncateLength for chiclets, as the value gets prepended with the facet name, making it longer. Perhaps ml-chiclet should truncate facetname+value according to that length..
The truncate attribute takes a value, not a reference. In ml-facets.html, this:
Should be:
One could also argue, that you might want to have a slightly less truncateLength for chiclets, as the value gets prepended with the facet name, making it longer. Perhaps ml-chiclet should truncate facetname+value according to that length..