<div ng-repeat=" x in z">
<div ng-if="function(x).y" >
display this
</div>
</div>
In the above code, ng-if function(x) is not getting called without refresh.
Please check and suggest if I am missing any thing ?
In the above code, ng-if function(x) is not getting called without refresh. Please check and suggest if I am missing any thing ? |
|||||
|
Here is working example
And fiddle. |
|||||||||
|