Wesley Cho
Wesley Cho
@hollandben my company specified the assets with the files array - upon upgrading grunt to 1.0, we ran into this regression in this library where it would fail without the...
Sure, I'll try to put together a PR today
This is probably best added to the library itself - PRs welcome.
This needs rebasing.
Removed the change to $q's $$resolve method - it does take away some of the motivation for this method being implemented though. Some caveats - I'm not sure whether this...
Please don't post any more +1s - use the new GitHub reactions. PRs welcome for implementing this.
I thought `replace: true` was deprecated? This issue can probably be closed given that it is not likely to be fixed due to the complexity of issues involving its usage,...
I would think this would be doable by creating an external module that has an extensibility hook into $compile (maybe making it exclusive to components), then adding the module as...
I'm not sure if this should be in core - the keypress directive is defined the same as all of the other event directives in core. This modification would require...