Im using a condition in angular js as follows:
if( selectedVal == '' && selectedVal === null)
{
/*some function()*/
}
When the selectedVal is 0(zero), the condition is getting true. Please some one help me to resolve..
Im using a condition in angular js as follows:
if( selectedVal == '' && selectedVal === null)
{
/*some function()*/
}
When the selectedVal is 0(zero), the condition is getting true. Please some one help me to resolve..