Piernik
Piernik
Here is solution You could add After: ``` $timeout(function () { element.select2(opts); ... }); ``` Add (if it comes to `change` event): ``` if (angular.isFunction(opts.onChange)) { element.on("change", function (e) {...
What about v4 support?
I need `pendingCahnges` event. In my case I'm disabling submit button when form is pending (checking for validality) but with `ChangeDetection` set to `OnPush` I cannot `markForCheck` when pending changes...
Thanks for reply :)
It's rxjs@6 issue. There was some breaking changes. If You install `npm install rxjs-compat@6 --save` all should work. It's temporary solution and we're waiting form module update.
It's good addition. Where Can I get version with it? It's no in official repo.
Try to add flag `/imap/ssl/novalidate-cert`
@phuoc-ng I edited my answer to suggest better (in my opinion) solution for selector
I've changed files.