We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to #204
I have tried the following template for adding custom attributes:
<script type="text/ng-template" id="localTemplateThead.html"> <tr> <th test="test" ng-repeat="column in columns track by $index" ng-class="classToShow(column)" ng-style="::column.style" ng-click="sortBy(column)"> Custom <span ng-bind="::column.name"></span> v/th> </tr> </script>
But I don't see my test attribute.
test
The text was updated successfully, but these errors were encountered:
I have found error. There are error in docs. <thead tasty-thead template-url='"localTemplateThead.html"'></thead>
<thead tasty-thead template-url='"localTemplateThead.html"'></thead>
We need to use double quotes.
Sorry, something went wrong.
@sharok do you wanna ask a PR for fix that?
Zizzamia
No branches or pull requests
Related to #204
I have tried the following template for adding custom attributes:
But I don't see my
test
attribute.The text was updated successfully, but these errors were encountered: