Dan Masquelier
Dan Masquelier
I don't know if this will help move this feature along, but there is a formula posted for FIR (facelift) that might be able to be implemented in cufon: http://forums.mawhorter.net/viewtopic.php?id=74
Love this library, but our team regularly experienced issues where we could accidentally overwhelm the database if we forgot to implement the concurrency option. We regularly have to specify `{concurrency:...
Seeing this error with `1.2.19`. Doesn't seem to block plugin initialization for me. I'm not even using `readonly` anywhere. [Commenting this out](https://github.com/angular-ui/ui-select2/blob/master/src/select2.js#L202-L204) mutes the `Unknown method: readonly` error.
You should make a pull request for this. I was blocked by the same thing and replaced `convertToAngularModel` with your implementation and it works exactly as I would expect it...