Package

io.scalajs.npm

angularjs

Permalink

package angularjs

Angularjs Package Object

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. angularjs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Angular extends Object

    Permalink

    AngularJS 1.4.2 Binding

    AngularJS 1.4.2 Binding

    Annotations
    @RawJSType() @native()
  2. case class AngularConfiguration(strictDi: Boolean = false) extends Product with Serializable

    Permalink

    AngularJS Configuration

  3. trait AngularEvent extends Object

    Permalink

    Angular Event

    Angular Event

    Annotations
    @RawJSType() @native()
  4. trait AngularVersion extends Object

    Permalink

    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

    https://docs.angularjs.org/api/ng/object/angular.version

  5. trait Attributes extends Object

    Permalink

    AngularJS Attributes

    AngularJS Attributes

    Annotations
    @RawJSType() @native()
  6. trait Cache extends Object

    Permalink

    Cache Object

    Cache Object

    Annotations
    @RawJSType() @native()
    See also

    https://docs.angularjs.org/api/ng/type/$cacheFactory.Cache

  7. trait CacheFactory extends Object

    Permalink

    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

    https://docs.angularjs.org/api/ng/service/$cacheFactory

  8. trait Compile extends Object

    Permalink

    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

    https://docs.angularjs.org/api/ng/service/$compile

  9. trait Controller extends AnyRef

    Permalink

    MEANS.js Marker Trait for an AngularJS Controller

  10. final case class DependencySet(dependencies: Array[Any]) extends AnyVal with Product with Serializable

    Permalink

    Dependency Set: an array of dependencies and an injection function

    Dependency Set: an array of dependencies and an injection function

    Annotations
    @inline()
    Example:
    1. ["$http", "$log", "toaster", function($http, $log, toaster) { ... }]

  11. trait Directive extends AnyRef

    Permalink

    AngularJS Directive

  12. trait ExceptionHandler extends Object

    Permalink

    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

    https://docs.angularjs.org/api/ng/service/$exceptionHandler

  13. trait Factory extends AnyRef

    Permalink

    MEANS.js AngularJS Factory

  14. trait Filter extends Object

    Permalink

    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()
  15. trait Injector extends Object

    Permalink

    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

    https://docs.angularjs.org/api/auto/service/$injector

  16. trait Interval extends Object

    Permalink

    Interval Service - Angular's wrapper for window.setInterval.

    Interval Service - Angular's wrapper for window.setInterval.

    Annotations
    @RawJSType() @native()
    See also

    https://docs.angularjs.org/api/ng/service/$interval

  17. trait JQLite extends Object with JQueryElement

    Permalink

    JQuery Lite

    JQuery Lite

    Annotations
    @RawJSType() @native()
    See also

    https://docs.angularjs.org/api/ng/function/angular.element

  18. trait Location extends Object

    Permalink

    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

    https://docs.angularjs.org/api/ng/service/$location

  19. trait LocationProvider extends Object with Provider[Location]

    Permalink

    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

  20. trait Log extends Object

    Permalink

    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

    https://docs.angularjs.org/api/ng/service/$log

  21. trait LogProvider extends Object with Provider[Log]

    Permalink

    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()
  22. trait Module extends Object

    Permalink

    AngularJS Module

    AngularJS Module

    Annotations
    @RawJSType() @native()
  23. case class ModuleMacro(c: Context) extends Product with Serializable

    Permalink

    AngularJS Module Macros

  24. trait Parse extends Object

    Permalink

    Parse Service - Converts Angular expression into a function.

    Parse Service - Converts Angular expression into a function.

    Annotations
    @RawJSType() @native()
    See also

    https://docs.angularjs.org/api/ng/service/$parse

  25. trait ParseProvider extends Object with Provider[Parse]

    Permalink

    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

    https://docs.angularjs.org/api/ng/provider/$parseProvider

  26. trait Provider[T <: Object] extends Object

    Permalink

    AngularJS Provider

    AngularJS Provider

    Annotations
    @RawJSType() @native()
  27. trait Q extends Object

    Permalink

    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

    https://docs.angularjs.org/api/ng/service/$q

  28. trait QDefer[T] extends Object

    Permalink

    AngularJS Q Deferral

    AngularJS Q Deferral

    Annotations
    @RawJSType() @native()
  29. trait Resource extends Object

    Permalink

    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

  30. trait ResourceClass[T] extends Object

    Permalink

    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()
  31. class ResourceOptions extends Object

    Permalink

    Resource Options

    Resource Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  32. trait ResourceProvider extends Object with Provider[Resource]

    Permalink

    Resource Provider

    Resource Provider

    Annotations
    @RawJSType() @native()
  33. trait Scope extends Object

    Permalink

    Represents an AngularJS Scope

    Represents an AngularJS Scope

    Annotations
    @RawJSType() @native()
    See also

    https://docs.angularjs.org/api/ng/type/$rootScope.Scope

  34. trait Service extends AnyRef

    Permalink

    MEANS.js Marker Trait for an AngularJS Service

  35. trait Timeout extends Object

    Permalink

    Timeout Service - Angular's wrapper for window.setTimeout.

    Timeout Service - Angular's wrapper for window.setTimeout.

    Annotations
    @RawJSType() @native()
    See also

    https://docs.angularjs.org/api/ng/service/$timeout

  36. case class injected(name: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink

    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()
  37. macro class scoped extends Annotation with StaticAnnotation

    Permalink

    Scope Method Macro Annotation

    Scope Method Macro Annotation

    Annotations
    @compileTimeOnly( ... ) @compileTimeOnly( ... ) @param()

Value Members

  1. object Angular

    Permalink

    AngularJS Singleton

  2. object AngularJsHelper

    Permalink

    AngularJS Convenience Helper Functions

  3. object Compile

    Permalink

    Compile Companion

  4. object DependencySet extends Serializable

    Permalink

    Dependency Set Singleton

  5. object Directive

    Permalink

    Directive Companion

  6. object JQLite

    Permalink

    JQLite Companion

  7. object Module

    Permalink

    AngularJS Module Singleton

  8. object QDefer

    Permalink

    AngularJS Q Deferral Singleton

  9. object ResourceOptions

    Permalink

    Resource Options Companion

  10. object Scope

    Permalink

    Scope Singleton

  11. object angular extends Object with Angular

    Permalink

    Singleton "angular" instance

    Singleton "angular" instance

    Annotations
    @native() @JSName( "angular" )
  12. package http

    Permalink

    http package object

  13. object scoped

    Permalink

    Scope Method Macro Annotation Implementation

Inherited from AnyRef

Inherited from Any

Ungrouped