I am new in angularjs, I am getting employment status and i just want if i am getting employement status equal to HALFTIME then PartTime text should be display,Here is my code but not working,showing me nothing,where i am wrong ?
<h2 ng-if="{{myprofile.myJobs[0].employmentType}}==HALFTIME">
Part Time
</h2>
HALFTIMEin quotes.{{}}interpolation inng-if. And is HALTIME a scope variable or is it supposed to be string?