AngularJS 1.4.2 Binding
AngularJS 1.4.2 Binding
AngularJS Configuration
Angular Event
Angular Event
Generically represents Angular options
An object that contains information about the current AngularJS version.
An object that contains information about the current AngularJS version.
AngularJS Attributes
AngularJS Attributes
Cache Object
Cache Object
Cache Factory Service - Factory that constructs Cache objects and gives access to them.
Cache Factory Service - Factory that constructs Cache objects and gives access to them.
Compiles an HTML string or DOM into a template and produces a template function, which can then be used to link scope and the template together.
Compiles an HTML string or DOM into a template and produces a template function, which can then be used to link scope and the template together.
MEANS.js Marker Trait for an AngularJS Controller
Dependency Set: an array of dependencies and an injection function
Dependency Set: an array of dependencies and an injection function
["$http", "$log", "toaster", function($http, $log, toaster) { ... }]
AngularJS Directive
Exception Handler - Any uncaught exception in angular expressions is delegated to this service.
Exception Handler - Any uncaught exception in angular expressions is delegated to this service.
MEANS.js AngularJS Factory
Selects a subset of items from array and returns it as a new array.
Selects a subset of items from array and returns it as a new array.
Injector Service - is used to retrieve object instances as defined by provider, instantiate types, invoke methods, and load modules.
Injector Service - is used to retrieve object instances as defined by provider, instantiate types, invoke methods, and load modules.
Interval Service - Angular's wrapper for window.setInterval.
Interval Service - Angular's wrapper for window.setInterval.
JQuery Lite
JQuery Lite
Location - The $location service parses the URL in the browser address bar (based on the window.location) and makes the URL available to your application.
Location - The $location service parses the URL in the browser address bar (based on the window.location) and makes the URL available to your application.
Location Provider - Use the $locationProvider to configure how the application deep linking paths are stored.
Location Provider - Use the $locationProvider to configure how the application deep linking paths are stored.
https://docs.angularjs.org/api/ng/provider/$locationProvider
AngularJS Log Service - Simple service for logging.
AngularJS Log Service - Simple service for logging. Default implementation safely writes the message into the browser's console (if present).
AngularJS Log Provider - Use the $logProvider to configure how the application logs messages
AngularJS Log Provider - Use the $logProvider to configure how the application logs messages
AngularJS Module
AngularJS Module
AngularJS Module Macros
Parse Service - Converts Angular expression into a function.
Parse Service - Converts Angular expression into a function.
Parse Provider - can be used for configuring the default behavior of the $parse service.
Parse Provider - can be used for configuring the default behavior of the $parse service.
AngularJS Provider
AngularJS Provider
Q Service - A service that helps you run functions asynchronously, and use their return values (or exceptions) when they are done processing.
Q Service - A service that helps you run functions asynchronously, and use their return values (or exceptions) when they are done processing.
AngularJS Q Deferral
AngularJS Q Deferral
Resource - A factory which creates a resource object that lets you interact with RESTful server-side data sources.
Resource - A factory which creates a resource object that lets you interact with RESTful server-side data sources.
https://code.angularjs.org/1.4.2/docs/api/ngResource/service/$resource
A resource "class" object with methods for the default set of resource actions optionally extended with custom actions.
A resource "class" object with methods for the default set of resource actions optionally extended with custom actions. The default set contains these actions:
{ 'get': {method:'GET'}, 'save': {method:'POST'}, 'query': {method:'GET', isArray:true}, 'remove': {method:'DELETE'}, 'delete': {method:'DELETE'} }
Resource Options
Resource Options
Resource Provider
Resource Provider
Represents an AngularJS Scope
Represents an AngularJS Scope
MEANS.js Marker Trait for an AngularJS Service
Timeout Service - Angular's wrapper for window.setTimeout.
Timeout Service - Angular's wrapper for window.setTimeout.
Annotation for explicitly setting (overriding) the name of a component to be injected.
Annotation for explicitly setting (overriding) the name of a component to be injected.
the given name to use when injecting
Scope Method Macro Annotation
Scope Method Macro Annotation
AngularJS Singleton
AngularJS Convenience Helper Functions
Compile Companion
Dependency Set Singleton
Directive Companion
AngularJS Module Singleton
AngularJS Q Deferral Singleton
Resource Options Companion
Scope Singleton
Singleton "angular" instance
Singleton "angular" instance
http package object
Scope Method Macro Annotation Implementation
Angularjs Package Object