biz.enef

angulate

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Angular extends Object

    Defines the bindings to the global angular object.

    Defines the bindings to the global angular object.

    Annotations
    @RawJSType()
    See also

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

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

  3. trait AngularVersion extends Object

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

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

    cd

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

    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

    template
    templateUrl
    bind

  7. trait Controller extends NGController

    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

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

  9. trait Module extends Object

    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()
    See also

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

  10. sealed trait NGController extends AnyRef

  11. trait Scope extends Object

    Defines the bindings to the global angular object.

    Defines the bindings to the global angular object.

    Annotations
    @RawJSType()
    See also

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

  12. trait ScopeController extends NGController

  13. trait Service extends AnyRef

    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

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

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

    name

    Annotations
    @param()

Value Members

  1. object Angular

  2. object AnnotatedFunction

  3. object Module

  4. val angular: Angular

  5. package core

  6. package ext

  7. package impl

Inherited from AnyRef

Inherited from Any

Ungrouped