You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it working for anybody with iron-media-query element?
I'm working with ng-polymer-element for default elements and also including my own components without any problem. It's working really well, but when I've try to use it with iron-media-query I didn't get any result at the scope.
iron-media-query is working properly in its own dom-bind template. So I discard any malfunction of that element.
Is it working for anybody with iron-media-query element?
I'm working with ng-polymer-element for default elements and also including my own components without any problem. It's working really well, but when I've try to use it with iron-media-query I didn't get any result at the scope.
iron-media-query is working properly in its own
dom-bind
template. So I discard any malfunction of that element.So my code:
Definition of property to bind:
And then I use it at my element as follows:
But
isBigScreen
property doesn't appear at my $scope.Versions I'm using:
*AngularJS 1.4.4
*Polymer 1.1
*ng-polymer-elements 0.3.0
The text was updated successfully, but these errors were encountered: