Package

com.greencatsoft.angularjs

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. trait AnchorScroll extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$anchorScroll" )
  2. trait Animate extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$animate" )
  3. trait Cache extends Object

    Permalink

    Cache object used to store and retrieve data, primarily used by $http and the script directive to cache templates and other data.

    Cache object used to store and retrieve data, primarily used by $http and the script directive to cache templates and other data.

    Annotations
    @RawJSType() @injectable( name = "$cache" )
    See also

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

  4. trait CacheFactory extends Object

    Permalink

    Factory that constructs Cache objects and gives access to them.

    Factory that constructs Cache objects and gives access to them.

    Annotations
    @RawJSType() @injectable( name = "$cacheFactory" )
    See also

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

  5. trait Compile extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$compile" )
  6. trait Defer[T] extends Object

    Permalink
    Annotations
    @RawJSType()
  7. trait Document extends org.scalajs.dom.Document

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$document" )
  8. trait EnhancedResource[T] extends Object

    Permalink
    Annotations
    @RawJSType()
  9. trait Event extends Object

    Permalink
    Annotations
    @RawJSType()
  10. trait Html5ModeInfo extends Object

    Permalink
    Annotations
    @RawJSType()
  11. trait HttpConfig extends Object

    Permalink
    Annotations
    @RawJSType()
  12. case class HttpException(status: HttpStatus, message: String) extends Exception with Product with Serializable

    Permalink
  13. trait HttpInterceptor extends AnyRef

    Permalink
  14. trait HttpInterceptorFactory extends Factory[HttpInterceptorFunctions]

    Permalink
  15. case class HttpInterceptorFunctions(request: Function1[HttpConfig, HttpConfig], requestError: Function1[HttpResult, Promise[_]], response: Function1[HttpResult, HttpResult], responseError: Function1[HttpResult, Promise[_]]) extends Product with Serializable

    Permalink
    Annotations
    @JSExportAll()
  16. trait HttpPromise[T] extends Object with Promise[T]

    Permalink
    Annotations
    @RawJSType()
  17. trait HttpProvider extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$httpProvider" )
  18. trait HttpResult extends Object

    Permalink
    Annotations
    @RawJSType()
  19. trait HttpService extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$http" )
  20. case class HttpStatus(code: Int) extends Product with Serializable

    Permalink
  21. trait Interval extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$interval" )
  22. trait Location extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$location" )
  23. trait LocationProvider extends Object

    Permalink

    Use the $locationProvider to configure how the application deep linking paths are stored.

    Use the $locationProvider to configure how the application deep linking paths are stored.

    Annotations
    @RawJSType() @injectable( name = "$locationProvider" )
    See also

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

  24. trait Log extends Object

    Permalink

    Simple service for logging.

    Simple service for logging. Default implementation safely writes the message into the browser's console (if present). The main purpose of this service is to simplify debugging and troubleshooting. The default is to log debug messages. You can use ng.$logProvider#debugEnabled to change this.

    Annotations
    @RawJSType() @injectable( name = "$log" )
    See also

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

  25. trait LogProvider extends Object

    Permalink

    Use the $logProvider to configure how the application logs messages

    Use the $logProvider to configure how the application logs messages

    Annotations
    @RawJSType() @injectable( name = "$logProvider" )
    See also

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

  26. trait ModelController extends Object

    Permalink
    Annotations
    @RawJSType()
  27. trait Parse extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$parse" )
  28. trait Promise[T] extends Object

    Permalink
    Annotations
    @RawJSType()
  29. trait Q extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$q" )
  30. trait Resource extends Object

    Permalink
    Annotations
    @RawJSType()
  31. trait ResourceRequestConfig extends Object with HttpConfig

    Permalink
    Annotations
    @RawJSType()
  32. trait ResourceResponse[T] extends Object

    Permalink
    Annotations
    @RawJSType()
  33. trait ResourceService extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$resource" )
  34. trait RootScope extends Object with Scope

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$rootScope" )
  35. trait Route extends Object

    Permalink
    Annotations
    @RawJSType()
  36. class RouteBuilder extends AnyRef

    Permalink
  37. trait RouteInfo extends Object

    Permalink
    Annotations
    @RawJSType()
  38. trait RouteParams extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$routeParams" )
  39. trait RouteProvider extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$routeProvider" )
  40. trait SceDelegateProvider extends Object

    Permalink

    The $sceDelegateProvider provider allows developers to configure the $sceDelegate service.

    The $sceDelegateProvider provider allows developers to configure the $sceDelegate service. This allows one to get/set the whitelists and blacklists used to ensure that the URLs used for sourcing Angular templates are safe. Refer $sceDelegateProvider.resourceUrlWhitelist and $sceDelegateProvider.resourceUrlBlacklist

    Annotations
    @RawJSType() @injectable( name = "$sceDelegateProvider" )
    See also

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

  41. trait SceProvider extends Object

    Permalink

    The $sceProvider provider allows developers to configure the $sce service.

    The $sceProvider provider allows developers to configure the $sce service.

    Annotations
    @RawJSType() @injectable( name = "$sceProvider" )
    See also

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

  42. trait SceService extends Object

    Permalink

    $sce is a service that provides Strict Contextual Escaping services to AngularJS.

    $sce is a service that provides Strict Contextual Escaping services to AngularJS.

    Annotations
    @RawJSType() @injectable( name = "$sce" )
    See also

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

  43. trait Scope extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$scope" )
  44. trait ScopeOps extends AnyRef

    Permalink
  45. trait TemplateCache extends Object with Cache

    Permalink

    Template cache API.

    Template cache API.

    Annotations
    @RawJSType() @injectable( name = "$templateCache" )
    See also

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

  46. trait Timeout extends Object

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$timeout" )
  47. trait Window extends org.scalajs.dom.Window

    Permalink
    Annotations
    @RawJSType() @injectable( name = "$window" )

Value Members

  1. object Defer

    Permalink
  2. object Html5ModeInfo

    Permalink
  3. object HttpConfig

    Permalink
  4. object HttpPromise

    Permalink
  5. object HttpStatus extends Serializable

    Permalink
  6. object Promise

    Permalink
  7. object Resource

    Permalink
  8. object ResourceRequestConfig

    Permalink
  9. object ResourceResponse

    Permalink
  10. object Route

    Permalink
  11. object RouteBuilder

    Permalink

Ungrouped