a8m / angular-filter

Bunch of useful filters for AngularJS (with no external dependencies!)
https://github.com/a8m/angular-filter
MIT License
2.93k stars 332 forks source link

Suggestion to allow ES6 import style syntax #224

Open vincentchin opened 8 years ago

vincentchin commented 8 years ago

Thoughts on allowing something like this in the future?

import { groupBy } from 'angular-filter'

vincentchin commented 8 years ago

I could also help out. Although your guidance may be needed since this would be a pretty big change right?