fix($parse): standardize one-time literal vs non-literal and interceptors
Previously literal one-time bindings did not use the expression `inputs`, causing infinite digest issues with literal values. This often forces the use of deepEquals when watching one-time literals. `ng-class` is one example of deepEquals which is no longer required. This one-time/literal behavior is now also consistently propogated through interceptors. Closes #15858
J
Jason Bedard committed
189461f9bf6fda18ddbd16c42f2e959cf939c3da
Parent: 93879b3
Committed by Martin Staffa <mjstaffa@googlemail.com>
on 3/31/2017, 7:36:19 AM