Quantcast
Viewing all articles
Browse latest Browse all 3491

mustache __!!__ problem in IE8

Hi

I have a problem with my mustache template in IE8 the template is like this:

  1. <div class="roles_list">
  2. <select class="span10">
  3. {{#roles}}
  4. <option value="{{id}}"> {{titre}} </option>
  5. {{/roles}}
  6. </select>
  7. </div>
It works fine in chrome and firefox but in IE8 it displays __!!__ 

Can you tell me why it behave like this and what's the solution?


Mohamed Cherif BOUCHELAGHEM

Viewing all articles
Browse latest Browse all 3491

Trending Articles