Package

biz.enef

angulate

Permalink

package angulate

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

Type Members

  1. trait Angular extends Object

    Permalink

    Defines the bindings to the global angular object.

    Defines the bindings to the global angular object.

    Annotations
    @RawJSType() @native()
    See also

    https://docs.angularjs.org/api/ng

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

    Permalink
  3. trait AngularVersion extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  4. final class AnnotatedFunction extends AnyVal

    Permalink
    Annotations
    @inline()
  5. case class Component(cd: ComponentDef) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink

  6. case class ComponentDef(selector: String, template: String = null, templateUrl: String = null, bind: Dictionary[String] = null) extends Product with Serializable

    Permalink

    Creates a Component definition to be used with the Component annotation.

    Creates a Component definition to be used with the Component annotation.

    selector

    HTML tag name for this component

  7. trait Controller extends NGController

    Permalink

    Marks a class as AngularJS controller, to be used with the "controllerAs" syntax.

    Marks a class as AngularJS controller, to be used with the "controllerAs" syntax.

    All public vals, vars and defs defined in the controller class will be exported to the controller scope.

  8. trait Directive extends AnyRef

    Permalink

    Interface to be implemented by classes that represent an AngularJS directive.

  9. trait Module extends Object

    Permalink

    Defines the bindings to the angular.Module API and enhancements provided by scalajs-angulate.

    Defines the bindings to the angular.Module API and enhancements provided by scalajs-angulate.

    Annotations
    @RawJSType() @native()
    See also

    https://docs.angularjs.org/api/ng/type/angular.Module

  10. sealed trait NGController extends AnyRef

    Permalink
  11. trait Scope extends Object

    Permalink

    Defines the bindings to the global angular object.

    Defines the bindings to the global angular object.

    Annotations
    @RawJSType() @native()
    See also

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

  12. trait ScopeController extends NGController

    Permalink
  13. trait Service extends AnyRef

    Permalink

    Marks a class that can be used as a AngularJS service

  14. case class named(name: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink

    Annotation for explicitly setting the name of a service to be injected.

    Annotation for explicitly setting the name of a service to be injected.

    Annotations
    @param()

Value Members

  1. object Angular

    Permalink
  2. object AnnotatedFunction

    Permalink
  3. object Module

    Permalink
  4. val angular: Angular

    Permalink
  5. package core

    Permalink
  6. package ext

    Permalink
  7. package impl

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped