As a beginner in angularjs, I am trying to display the text "Part Time" when my employment status is equal to HALFTIME. But despite writing the code below, nothing seems to be displayed on the screen. Can anyone point out where I might be going wrong?
<h2 ng-if="{{myprofile.myJobs[0].employmentType}}==HALFTIME">
Part Time
</h2>