angular-custom-elements
angular-custom-elements copied to clipboard
Polymer directive to hold all yr bindings together
Hey Guys, I am using AngularJS v.1.6.6 with a UI Widget kit called XEL (using custom elements v.1): https://xel-toolkit.org/ The XEL widget toolkit is very cool and absolutely perfect for...
Custom Elements upgrade the moment they're inserted and parsed. This means one of two things can happen depending on the kind of binding being used: _Interpolated Binding_ ``` // Assume...
I have gone over some of the tests, and there is an issue. Most of the things in there are not supposed to work as they do now. ``` ```...
Tests that select elements inside of Web Components should query the Shadow Root. This example: https://github.com/robdodson/angular-custom-elements/blob/master/src/directives/ce-interpolated/test/array-spec.js#L25 Should be rewritten to access the element's `shadowRoot` property and then querySelector inside of...