Ruben Vermeersch
Ruben Vermeersch
I'm not entirely sure what it is that you are proposing. Extraction doesn't know anything about translated strings. Care to shed some light on this?
Oh, right! Makes sense. One minor thing: this would conflict with the (admittedly rather useless) debug mode.
You don't. Just use it on any service. Anything in `MyType` is an example, replace it with what you need. Sorry for the confusion!
Heh, hadn't considered that possibility. What you could do is to change this line: https://github.com/rubenv/angular-tiny-eventemitter/blob/a6ef4f0e5d84df7eb2650bcbfc0b29df051e5696/src/tiny-eventemitter.js#L76 Replace `null` with `this`. That will allow you to use `this.value` in callbacks.
Really good stuff. If we can make the `{{$count}}` placeholder work, I'd love to see it used here as well. Apart from that no real remarks. We still need documentation,...
I have no clue why this test suddenly fails. All is green when looking at the build history (https://travis-ci.org/rubenv/angular-debounce/builds), but when I try a clean git checkout locally, it does...
Try writing `repository` instead of `repo`. Does that help? On 13 Sep 2013, at 16:24, imaginethepoet [email protected] wrote: > I've gone over the usage instructions several times now just to...
Just noticed there was an error in the README file. That might have caused the confusion, sorry about that!
Try running grunt with `--verbose`. Need to look into this, though currently I'm out travelling, so this will take some days.
I'm considering making a tool that lets you enter a git command and the generates the needed config automatically. That should make things a lot easier :-) On 13 Sep...