Package

com.greencatsoft.angularjs

extensions

Permalink

package extensions

Visibility
  1. Public
  2. All

Type Members

  1. trait BlockUI extends Object

    Permalink

    Wrapper for the angular-block-ui module.

    Wrapper for the angular-block-ui module.

    Annotations
    @RawJSType() @native() @injectable( name = "blockUI" )
    See also

    https://github.com/McNull/angular-block-ui

  2. trait BlockUIConfig extends Object

    Permalink
    Annotations
    @RawJSType() @native() @injectable( name = "blockUIConfig" )
  3. trait FileUpload extends Object

    Permalink

    Wrapper for the ng-file-upload module.

    Wrapper for the ng-file-upload module.

    Annotations
    @RawJSType() @native() @injectable( name = "Upload" )
    See also

    https://github.com/danialfarid/ng-file-upload

  4. trait FileUploadConfig extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  5. trait FileUploadPromise extends Object with HttpPromise[Any]

    Permalink
    Annotations
    @RawJSType() @native()
  6. trait HrefOptions extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  7. trait I18next extends Object

    Permalink

    Wrapper for the ng-i18next module

    Wrapper for the ng-i18next module

    Annotations
    @RawJSType() @native() @injectable( name = "jm.i18next" )
    See also

    https://github.com/archer96/ng-i18next

  8. trait I18nextOptions extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  9. trait I18nextProvider extends Object

    Permalink
    Annotations
    @RawJSType() @native() @injectable( name = "$i18nextProvider" )
  10. trait IncludeOptions extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  11. trait ModalInstance[T] extends Object

    Permalink
    Annotations
    @RawJSType() @native() @injectable( name = "$modalInstance" )
  12. trait ModalOptions extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  13. trait ModalService extends Object

    Permalink

    Wrapper for the modal service provided by Angular directives for Bootstrap.

    Wrapper for the modal service provided by Angular directives for Bootstrap.

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

    http://angular-ui.github.io/bootstrap/#/modal

  14. trait NamespaceConfig extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  15. class ProgressEvent extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  16. trait State extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  17. trait StateParams extends Object

    Permalink

    The $stateParams service is an object that will have one key per url parameter.

    The $stateParams service is an object that will have one key per url parameter. The $stateParams is a perfect way to provide your controllers or other services with the individual parts of the navigated url.
    If you had a url on your state of:

    url: '/users/:id/details/{type}/{repeat:[0-9]+}?from&to'

    Then you navigated your browser to:

    '/users/123/details//0'

    Your $stateParams object would be

    { id:'123', type:'', repeat:'0' }

    Then you navigated your browser to:

    '/users/123/details/default/0?from=there&to=here'

    Your $stateParams object would be

    { id:'123', type:'default', repeat:'0', from:'there', to:'here' }

    Annotations
    @RawJSType() @native() @injectable( name = "$stateParams" )
  18. trait StateProvider extends Object

    Permalink

    The $stateProvider works similar to Angular's v1 router, but it focuses purely on state.

    The $stateProvider works similar to Angular's v1 router, but it focuses purely on state.

    A state corresponds to a "place" in the application in terms of the overall UI and navigation. A state describes (via the controller / template / view properties) what the UI looks like and does at that place. States often have things in common, and the primary way of factoring out these commonalities in this model is via the state hierarchy, i.e. parent/child states aka nested states.

    Annotations
    @RawJSType() @native() @injectable( name = "$stateProvider" )
  19. trait StateService extends Object

    Permalink
    Annotations
    @RawJSType() @native() @injectable( name = "$state" )
  20. trait TransitionOptions extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  21. trait Translate extends Object

    Permalink
    Annotations
    @RawJSType() @native() @injectable( name = "$translate" )
  22. trait TranslateProvider extends Object

    Permalink
    Annotations
    @RawJSType() @native() @injectable( name = "$translateProvider" )
  23. trait UrlMatcher extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  24. trait UrlRouterProvider extends Object

    Permalink

    $urlRouterProvider has the responsibility of watching $location.

    $urlRouterProvider has the responsibility of watching $location. When $location changes it runs through a list of rules one by one until a match is found. $urlRouterProvider is used behind the scenes anytime you specify a url in a state configuration. All urls are compiled into a UrlMatcher object.

    Annotations
    @RawJSType() @native() @injectable( name = "$urlRouterProvider" )
  25. trait View extends Object

    Permalink
    Annotations
    @RawJSType() @native()

Value Members

  1. object FileUploadConfig

    Permalink
  2. object HrefOptions

    Permalink
  3. object IncludeOptions

    Permalink
  4. object ModalOptions

    Permalink
  5. object NamespaceConfig

    Permalink
  6. object State

    Permalink
  7. object TransitionOptions

    Permalink
  8. object View

    Permalink
  9. package material

    Permalink

Ungrouped