Disables a trace Category
trace.disable("VIEWCONFIG");
categories to disable. If categories
is omitted, all categories are disabled.
Also takes strings (category name) or ordinal (category position)
Enables a trace Category
trace.enable("TRANSITION");
categories to enable. If categories
is omitted, all categories are enabled.
Also takes strings (category name) or ordinal (category position)
Generated using TypeDoc
Prints UI-Router Transition trace information to the console.