p

io.scalajs.npm

angularjs

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

    AngularJS 1.4.2 Binding

    AngularJS 1.4.2 Binding

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

    AngularJS Configuration

  3. trait AngularEvent extends Object

    Angular Event

    Angular Event

    Annotations
    @RawJSType() @native()
  4. type AngularOptions = |[Dictionary[_], Object]

    Generically represents Angular options

  5. 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

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

  6. trait Attributes extends Object

    AngularJS Attributes

    AngularJS Attributes

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

    Cache Object

    Cache Object

    Annotations
    @RawJSType() @native()
    See also

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

  8. 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

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

  9. 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

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

  10. trait Controller extends AnyRef

    MEANS.js Marker Trait for an AngularJS Controller

  11. 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()
    Example:
    1. ["$http", "$log", "toaster", function($http, $log, toaster) { ... }]

  12. trait Directive extends AnyRef

    AngularJS Directive

  13. 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

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

  14. trait Factory extends AnyRef

    MEANS.js AngularJS Factory

  15. 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()
  16. 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

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

  17. 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

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

  18. trait JQLite extends Object with JQueryElement

    JQuery Lite

    JQuery Lite

    Annotations
    @RawJSType() @native()
    See also

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

  19. 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

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

  20. 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

  21. 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

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

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

    AngularJS Module

    AngularJS Module

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

    AngularJS Module Macros

  25. 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

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

  26. 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

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

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

    AngularJS Provider

    AngularJS Provider

    Annotations
    @RawJSType() @native()
  28. 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

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

  29. trait QDefer [T] extends Object

    AngularJS Q Deferral

    AngularJS Q Deferral

    Annotations
    @RawJSType() @native()
  30. 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

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

    Resource Options

    Resource Options

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

    Resource Provider

    Resource Provider

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

    Represents an AngularJS Scope

    Represents an AngularJS Scope

    Annotations
    @RawJSType() @native()
    See also

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

  35. trait Service extends AnyRef

    MEANS.js Marker Trait for an AngularJS Service

  36. 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

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

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

    Scope Method Macro Annotation

    Scope Method Macro Annotation

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

Value Members

  1. implicit def durationToInt(duration: FiniteDuration): Int
  2. implicit def durationToLong(duration: FiniteDuration): Double
  3. object Angular

    AngularJS Singleton

  4. object AngularJsHelper

    AngularJS Convenience Helper Functions

  5. object Compile

    Compile Companion

  6. object DependencySet extends Serializable

    Dependency Set Singleton

  7. object Directive

    Directive Companion

  8. object JQLite

    JQLite Companion

  9. object Module

    AngularJS Module Singleton

  10. object QDefer

    AngularJS Q Deferral Singleton

  11. object ResourceOptions

    Resource Options Companion

  12. object Scope

    Scope Singleton

  13. object angular extends Object with Angular

    Singleton "angular" instance

    Singleton "angular" instance

    Annotations
    @native() @JSName( "angular" )
  14. object scoped

    Scope Method Macro Annotation Implementation

Inherited from AnyRef

Inherited from Any

Ungrouped