Skip to content Skip to sidebar Skip to footer
Showing posts with the label Polymer

Express Body-parser: Unexpected Token # In Json At Position 0

I am trying to return user data from a login with Polymer. I have it working with Postman, but am h… Read more Express Body-parser: Unexpected Token # In Json At Position 0

Polymer Data-binding: How To Access Data In Nested Template?

I want to implement a page containing a paper-tabs, with each tab showing a list of items according… Read more Polymer Data-binding: How To Access Data In Nested Template?

Polymer 1.0 - Issue With Displaying Values Inside Template Is="dom-repeat"

While migrating to Polymer 1.0 from 0.5 I have come across an interesting thing. Thought it might h… Read more Polymer 1.0 - Issue With Displaying Values Inside Template Is="dom-repeat"

Polymer Use Function Validation On Core-input

Can someone explain me how to use the function validation of this Polymer element (navigate to the … Read more Polymer Use Function Validation On Core-input

Styling Polymer Paper-slider

So I'm essentially wrapping the standard paper-slider element with a custom element, and wantin… Read more Styling Polymer Paper-slider

How To Load Facebook Javascript Sdk In Polymer Project?

I know there is a web component out there called facebook-login and I don't want to install for… Read more How To Load Facebook Javascript Sdk In Polymer Project?

Polymer Serve Changes The Served Javascript Files For Internet Explorer 11. How To Make It Work On Another Web Server?

When testing our polymer 2.01 / webcomponents 1.01 Application on Internet Explorer 11 we found out… Read more Polymer Serve Changes The Served Javascript Files For Internet Explorer 11. How To Make It Work On Another Web Server?

Data Binding In Polymer - Function Is Being Removed From Bound Object

I'm encountering an issue binding an object that contains a function from angular to Polymer 1.… Read more Data Binding In Polymer - Function Is Being Removed From Bound Object

Leaflet + Polymer 2 Map Loading With Distorted Tile However Works With Non-polymer Code

UPDATE: I have now replicated this issue in Plunker. I did check the duplicate question suggested. … Read more Leaflet + Polymer 2 Map Loading With Distorted Tile However Works With Non-polymer Code

Polymer: How To Watch For Change In Properties

I'm just starting to learn Polymer. Here is a generic version of my polymer element: Read more Polymer: How To Watch For Change In Properties

How To Re Run Dom-repeat With Sort When Bool Property Changed In Polymer Element

How can I rerun sort and render element when something changed in my element or whenever I want fro… Read more How To Re Run Dom-repeat With Sort When Bool Property Changed In Polymer Element

Accessing A Div Inside Of A Polymer Element Template

I'm trying to use core-animation on a div, to animate its position. To do that, i have to selec… Read more Accessing A Div Inside Of A Polymer Element Template

Html Imports Load Order In Internet Explorer

I have a web page that renders some Polymer 1.0 custom elements. In the head section of my index.ht… Read more Html Imports Load Order In Internet Explorer

Error With Polymer Build

I am triying to learn how to use the new app-toolbox. In local, works fine; but when I use: polymer… Read more Error With Polymer Build

Rects Won't Show Up On D3 Histogram

I'm using Polymer to render some d3 charts. When the Polymer is initially rendered I only draw … Read more Rects Won't Show Up On D3 Histogram

What Is The Difference Between `htmlimports.whenready` And `window.addeventlistener('webcomponentsready', Function(e) {`

What is the difference between HTMLImports.whenReady and window.addEventListener('WebComponent… Read more What Is The Difference Between `htmlimports.whenready` And `window.addeventlistener('webcomponentsready', Function(e) {`

Why Doesn't Element Catch Event When Using Dispatchevent From Sibling Polymer Element?

I have the following polymer element in my UI which has two polymer elements, baseline-policy-creat… Read more Why Doesn't Element Catch Event When Using Dispatchevent From Sibling Polymer Element?

Sharing Changes To Data Between Polymer Elements

I have a page where I want to include three separate views (one showing all the data and ones with … Read more Sharing Changes To Data Between Polymer Elements

How Do You Observe The Width Of An Element In Polymer?

I was wondering how it is possible to observe changes to an element's css property such as the … Read more How Do You Observe The Width Of An Element In Polymer?

Polymer's Paper-dropdown-menu Shows Uncollapsed

I'm trying to build a small web app using Polymer, based on the Polymer Starter Kit 1.3, and I&… Read more Polymer's Paper-dropdown-menu Shows Uncollapsed