This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Inconsistency in ng-bind and interpolate #11716
Closed
Description
Here is example:
http://plnkr.co/edit/C95zazjXx5jfDrMqIE67?p=preview
Same data gives diffrerent output in interpolate and ng-bind
ng-bind: [object Object]
interpolate {"a":1,"b":2,"c":3}
I expected that ng-bind
will render the same result that interpolate does.