unicef-polymer / etools-app-selector

0 stars 1 forks source link

Adds conditional rendering of icons based on user permissions in poly3 #48

Closed drzackyll closed 5 years ago

drzackyll commented 5 years ago

[ch12245]

drzackyll commented 5 years ago

@adi130987 I actually tried to use <template is="dom-if" if="[[something]]" originally, but it wouldn't work. I know the documentation says for "Outside of a Polymer-managed template" to use <dom-if>, but i'm not entirely sure what that means.

drzackyll commented 5 years ago

@adi130987 let me know what you think about that