package angularjs
Angularjs Package Object
- Alphabetic
- By Inheritance
- angularjs
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
Angular
extends Object
AngularJS 1.4.2 Binding
AngularJS 1.4.2 Binding
- Annotations
- @RawJSType() @native()
-
case class
AngularConfiguration
(strictDi: Boolean = false) extends Product with Serializable
AngularJS Configuration
-
trait
AngularEvent
extends Object
Angular Event
Angular Event
- Annotations
- @RawJSType() @native()
-
type
AngularOptions = |[Dictionary[_], Object]
Generically represents Angular options
-
trait
AngularVersion
extends Object
An object that contains information about the current AngularJS version.
An object that contains information about the current AngularJS version.
- Annotations
- @RawJSType() @native()
- See also
-
trait
Attributes
extends Object
AngularJS Attributes
AngularJS Attributes
- Annotations
- @RawJSType() @native()
-
trait
Cache
extends Object
Cache Object
Cache Object
- Annotations
- @RawJSType() @native()
- See also
-
trait
CacheFactory
extends 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.
- Annotations
- @RawJSType() @native()
- See also
-
trait
Compile
extends Object
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.
- Annotations
- @RawJSType() @native()
- See also
-
trait
Controller
extends AnyRef
MEANS.js Marker Trait for an AngularJS Controller
-
final
case class
DependencySet
(dependencies: Array[Any]) extends AnyVal with Product with Serializable
Dependency Set: an array of dependencies and an injection function
Dependency Set: an array of dependencies and an injection function
- Annotations
- @inline()
["$http", "$log", "toaster", function($http, $log, toaster) { ... }]
Example: -
trait
Directive
extends AnyRef
AngularJS Directive
-
trait
ExceptionHandler
extends Object
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.
- Annotations
- @RawJSType() @native()
- See also
-
trait
Factory
extends AnyRef
MEANS.js AngularJS Factory
-
trait
Filter
extends Object
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.
- Annotations
- @RawJSType() @native()
-
trait
Injector
extends Object
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.
- Annotations
- @RawJSType() @native()
- See also
-
trait
Interval
extends Object
Interval Service - Angular's wrapper for window.setInterval.
Interval Service - Angular's wrapper for window.setInterval.
- Annotations
- @RawJSType() @native()
- See also
-
trait
JQLite
extends Object with JQueryElement
JQuery Lite
JQuery Lite
- Annotations
- @RawJSType() @native()
- See also
-
trait
Location
extends Object
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.
- Annotations
- @RawJSType() @native()
- See also
-
trait
LocationProvider
extends Object with Provider[Location]
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.
- Annotations
- @RawJSType() @native()
- See also
https://docs.angularjs.org/api/ng/provider/$locationProvider
-
trait
Log
extends Object
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).
- Annotations
- @RawJSType() @native()
- See also
-
trait
LogProvider
extends Object with Provider[Log]
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
- Annotations
- @RawJSType() @native()
-
trait
Module
extends Object
AngularJS Module
AngularJS Module
- Annotations
- @RawJSType() @native()
-
case class
ModuleMacro
(c: Context) extends Product with Serializable
AngularJS Module Macros
-
trait
Parse
extends Object
Parse Service - Converts Angular expression into a function.
Parse Service - Converts Angular expression into a function.
- Annotations
- @RawJSType() @native()
- See also
-
trait
ParseProvider
extends Object with Provider[Parse]
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.
- Annotations
- @RawJSType() @native()
- See also
-
trait
Provider
[T <: Object] extends Object
AngularJS Provider
AngularJS Provider
- Annotations
- @RawJSType() @native()
-
trait
Q
extends Object
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.
- Annotations
- @RawJSType() @native()
- See also
-
trait
QDefer
[T] extends Object
AngularJS Q Deferral
AngularJS Q Deferral
- Annotations
- @RawJSType() @native()
-
trait
Resource
extends Object
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.
- Annotations
- @RawJSType() @native()
- See also
https://code.angularjs.org/1.4.2/docs/api/ngResource/service/$resource
-
trait
ResourceClass
[T] extends Object
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'} }
- Annotations
- @RawJSType() @native()
-
class
ResourceOptions
extends Object
Resource Options
Resource Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
trait
ResourceProvider
extends Object with Provider[Resource]
Resource Provider
Resource Provider
- Annotations
- @RawJSType() @native()
-
trait
Scope
extends Object
Represents an AngularJS Scope
Represents an AngularJS Scope
- Annotations
- @RawJSType() @native()
- See also
-
trait
Service
extends AnyRef
MEANS.js Marker Trait for an AngularJS Service
-
trait
Timeout
extends Object
Timeout Service - Angular's wrapper for window.setTimeout.
Timeout Service - Angular's wrapper for window.setTimeout.
- Annotations
- @RawJSType() @native()
- See also
-
case class
injected
(name: String) extends Annotation with StaticAnnotation with Product with Serializable
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.
- name
the given name to use when injecting
- Annotations
- @param()
-
macro
class
scoped
extends Annotation with StaticAnnotation
Scope Method Macro Annotation
Scope Method Macro Annotation
- Annotations
- @compileTimeOnly( ... ) @compileTimeOnly( ... ) @param()
Value Members
- implicit def durationToInt(duration: FiniteDuration): Int
- implicit def durationToLong(duration: FiniteDuration): Double
-
object
Angular
AngularJS Singleton
-
object
AngularJsHelper
AngularJS Convenience Helper Functions
-
object
Compile
Compile Companion
-
object
DependencySet
extends Serializable
Dependency Set Singleton
-
object
Directive
Directive Companion
-
object
JQLite
JQLite Companion
-
object
Module
AngularJS Module Singleton
-
object
QDefer
AngularJS Q Deferral Singleton
-
object
ResourceOptions
Resource Options Companion
-
object
Scope
Scope Singleton
-
object
angular
extends Object with Angular
Singleton "angular" instance
Singleton "angular" instance
- Annotations
- @native() @JSName( "angular" )
-
object
scoped
Scope Method Macro Annotation Implementation