This works fine: ``` html <div ng-bind="test.value | number"></div> ``` This works fine too: ``` html <div ng-bind="::test.value"></div> ``` But this renders an empty div: ``` html <div ng-bind="::test.value | number"></div> ```
This works fine:
This works fine too:
But this renders an empty div: