ngCookies.$cookieStore.put()

put(key, value); Sets a value for given cookie key Parameters Param Type Details key string Id for the value. value Object Value to be stored.

ngInclude.$includeContentError

$includeContentError Emitted when a template HTTP request yields an erroneous response (status < 200 || status > 299) Type: emit Target: the scope ngInclude was declared in Parameters Param Type Details angularEvent Object Synthetic event object. src String URL of content to load.

$location.path()

path([path]); This method is getter / setter. Return path of current url when called without any parameter. Change path when called with parameter and return $location. Note: Path should always begin with forward slash (/), this method will add the forward slash if it is missing. // given url http://example.com/#/some/path?foo=bar&baz=xoxo var path = $location.path(); // => "/some/path" Parameters Param Type Details path (optional) stringnumber New path Returns string path

ngRoute.$route.$routeChangeError

$routeChangeError Broadcasted if any of the resolve promises are rejected. Type: broadcast Target: root scope Parameters Param Type Details angularEvent Object Synthetic event object current Route Current route information. previous Route Previous route information. rejection Route Rejection of the promise. Usually the error of the failed promise.

ngMock.$interval.flush()

flush([millis]); Runs interval tasks scheduled to be run in the next millis milliseconds. Parameters Param Type Details millis (optional) number maximum timeout amount to flush up until. Returns number The amount of time moved forward.

ngComponentRouter.type

Name Description Router A Router is responsible for mapping URLs to components. ChildRouter This type extends the Router. RootRouter This type extends the Router. ComponentInstruction A ComponentInstruction represents the route state for a single component. An Instruction is composed of a tree of these ComponentInstructions. RouteDefinition Each item in a the RouteConfig for a Routing Component is an instance of this type. It can have the following properties: RouteParams A map of pa

ngModel.NgModelController.$dirty

$dirty boolean True if user has already interacted with the control.

ngSanitize.service

Name Description $sanitize Sanitizes an html string by stripping all potentially dangerous tokens.

form.FormController.$pending

$pending boolean True if at least one containing control or form is pending.

ngMock.$log.log.logs

log.logs Array of messages logged using log().