$invalid boolean True
config(configFn); Use this method to register work which needs to be performed on module loading. For more about how to configure services
verifyNoOutstandingExpectation(); Verifies that all of the requests defined via the expect api were made. If any of the
parseAsHtml(expression); Shorthand method. $sce.parseAsHtml(expression string) â $sce.parseAs($sce.HTML, value)
$isEmpty(value); This is called when we need to determine if the value of an input is empty. For instance, the required directive
directive in module ngAnimate
flush(); This method is used to flush the pending callbacks and animation frames to either start an animation or conclude an animation
$destroy(); Removes the current scope (and all of its children) from the parent scope. Removal implies that calls to
$validate(); Runs each of the registered validators (first synchronous validators and then asynchronous validators). If the validity
get(key); Returns the value of given cookie key Parameters
Page 44 of 55