biz.enef

angular

package angular

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.

    See also

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

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

  3. trait Directive extends AnyRef

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

  4. case class ExportToScope(name: String) extends Annotation with StaticAnnotation with Product with Serializable

    This annotation marks an NGController to be exported to the corresponding scope under the specified name.

    This annotation marks an NGController to be exported to the corresponding scope under the specified name.

    name

    variable name under which the controller will be exported to the scope

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

    See also

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

  6. sealed trait NGController extends AnyRef

  7. trait Scope extends Object

    Defines the bindings to the global angular object.

    Defines the bindings to the global angular object.

    See also

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

  8. trait ScopeController extends NGController

  9. trait Service extends AnyRef

    Marks a class that can be used as a AngularJS service

  10. 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. package core

  3. package ext

  4. package impl

Ungrouped