Mauro Bieg

Results 148 comments of Mauro Bieg

Works fine for me in Chrome. What exactly do you mean with "stripes get out of sync with the text"?

Hm.. it happens only when you zoom in. Will have to look into it..

@blazedd can you send a pull-request with the fixed CSS?

I'm fairly convinced now that this is due to the [calculated height of inline elements](http://stackoverflow.com/questions/9609227/css-inline-elements-ignoring-line-height). Some of the parent elements get 31px high even when I set the line-height to...

So which change exactly fixes the array editing? I'm not sure I want to merge the added features since they complicate the code and I'd rather have this version stay...

Okay, I extracted from this pull request what seems to fix the array editing bug, see b2d3022931bc8397df227656b893c3fe844d6527.

This is because AngularJS stores some hidden values with the `$`-prefix. But it would certainly be possible to prefix all our stuff with, say, `_` (so that `$asdf` is encoded...

What's so error prone about this: prefixing each key with a `_` when reading from the text area, removing the first char (i.e. the `_`) when writing back from the...

Yes, but then you still have one class per service, which is not tree-shakable. Would be really cool if this library had a custom service-template option. I implemented a basic...