Skip to content
New issue

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

"sortable" attribute value is removed #156

Open
hbaccara opened this issue Feb 17, 2016 · 1 comment
Open

"sortable" attribute value is removed #156

hbaccara opened this issue Feb 17, 2016 · 1 comment

Comments

@hbaccara
Copy link

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.

@Endellur
Copy link

I also wasted time on this. Thanks @hbaccara for the info.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants