I try to use the new behavior: Polymer.AppLocalizeBehavior 
<https://github.com/PolymerElements/app-localize-behavior>, but I can't get 
it work inside template (dom-repeat). 
Does it work? If yes how?

<template>

...

<div class="content">
  <div class="card-container">
    {{localize('greeting')}} <---- OK!

    <div class="layout horizontal wrap">
      <template is="dom-repeat" items="{{employees}}">
        <paper-card>
          <div class="card-content">
            <h2>{{localize('greeting')}}</h2> <---- Empty....



Thanks for your help
--nick

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/347a4de3-6169-41dc-b87a-02de5899869e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to