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 -

linux - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -

sql - MySQL - Finding Empty relations -