ericclemmons / ericclemmons/grunt-angular-templates

"sortable" attribute value is removed

Open
#156 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
705
Forks
107
PR merge metrics
No merged PRs in 30d

Description

I am using an attribute named `sortable` in my AngularJS templates the following way:
`sortable="name"`, `sortable="age"`, ...
The problem is that when I build the application, grunt-angular-templates removes the sortable attribute value. So, `sortable="name"` becomes `sortable`.
I have been able to get around this issue by using `data-sortable` instead but it would be nice if it is fixed so that other people don't waste their time in the future trying to understand why their Grunt built application is not working correctly.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.