refactor($parse): do not pass scope,locals to interceptor fns
All internal use of interceptors are for things such as data conversion/normalizing, never reading state from the scope/locals. This is the intended use and makes interceptors more like filters (which receive only the input value + args, no scope/locals).
J
Jason Bedard committed
529550d0da3d88514ce9efb038fb935fbf90f971
Parent: 828a275