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
The core-list uses model to expose the current element. But <template is="auto-binding"> sets model to the template element. When used in such a template, every entry will have the <template> as model and not the object it is supposed to be.
I was just very confused why my list didn't show any data.
The core-list uses
modelto expose the current element. But<template is="auto-binding">setsmodelto the template element. When used in such a template, every entry will have the<template>asmodeland not the object it is supposed to be.I was just very confused why my list didn't show any data.