Angular filter

sraDebug source

The sraDebug Filter will give you a place to put a break-point to stop the debugger so you can inspect the value being processed. It can be passed up to 3 arguments that you can inspect as well. It does not modify the value.
Dependencies:
NameTypeDescription
value Object The value piped into the filter
arg1 Object An additional argument that can optionally be passed in for inspection
arg2 Object An additional argument that can optionally be passed in for inspection
arg3 Object An additional argument that can optionally be passed in for inspection