ember.js - Do we have abstract equality check in ember handlebar? -


in ember handlebar, allowed use strict helper

eq  if (a === b)  or {{if (eq b)}}      ex:  1 === '1'     false 

i need check abstract equality is

1 == '1'      true 

how can achieve in .hbs file ? helper ?

write own helper. twiddle sample helper


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -