Trait/Object

org.scalajs.angularjs

Angular

Related Docs: object Angular | package angularjs

Permalink

trait Angular extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Angular
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def bind(self: Object, fn: Function): Function

    Permalink
  6. def bind(self: Object, fn: Function, args: Array[Any]): Function

    Permalink
  7. def bootstrap(element: JQuery, modules: String, config: AngularConfiguration): Injector

    Permalink
  8. def bootstrap(element: JQuery, modules: String): Injector

    Permalink
  9. def bootstrap(element: JQuery, modules: Array[Any], config: AngularConfiguration): Injector

    Permalink
  10. def bootstrap(element: JQuery, modules: Array[Any]): Injector

    Permalink
  11. def bootstrap(element: JQLite, modules: String, config: AngularConfiguration): Injector

    Permalink
  12. def bootstrap(element: JQLite, modules: String): Injector

    Permalink
  13. def bootstrap(element: JQLite, modules: Array[Any], config: AngularConfiguration): Injector

    Permalink
  14. def bootstrap(element: JQLite, modules: Array[Any]): Injector

    Permalink
  15. def bootstrap(element: Document, modules: String, config: AngularConfiguration): Injector

    Permalink
  16. def bootstrap(element: Document, modules: String): Injector

    Permalink
  17. def bootstrap(element: Document, modules: Array[Any], config: AngularConfiguration): Injector

    Permalink
  18. def bootstrap(element: Document, modules: Array[Any]): Injector

    Permalink
  19. def bootstrap(element: Element, modules: String, config: AngularConfiguration): Injector

    Permalink
  20. def bootstrap(element: Element, modules: String): Injector

    Permalink
  21. def bootstrap(element: Element, modules: Array[Any], config: AngularConfiguration): Injector

    Permalink
  22. def bootstrap(element: Element, modules: Array[Any]): Injector

    Permalink
  23. def bootstrap(element: String, modules: String, config: AngularConfiguration): Injector

    Permalink
  24. def bootstrap(element: String, modules: String): Injector

    Permalink
  25. def bootstrap(element: String, modules: Array[Any], config: AngularConfiguration): Injector

    Permalink
  26. def bootstrap(element: String, modules: Array[Any]): Injector

    Permalink
  27. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def copy(source: Any, destination: Any): Any

    Permalink
  29. def copy(source: Any): Any

    Permalink
  30. def element(jQuery: JQuery): JQLite

    Permalink
  31. def element(elem: Element): JQLite

    Permalink
  32. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. def equals(o1: Any, o2: Any): Boolean

    Permalink
  34. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  35. def extend[T](dst: Any, src: Any): T

    Permalink
  36. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. def forEach(obj: Any, iterator: Function, context: Any): Unit

    Permalink
  38. def forEach(obj: Any, iterator: Function): Unit

    Permalink
  39. def fromJson[T](s: String): T

    Permalink
  40. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  41. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  42. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. def identity(value: Any): Any

    Permalink
  44. def injector(modules: Array[Any], strictDi: Boolean = false): Injector

    Permalink
  45. def isArray(value: Any): Boolean

    Permalink
  46. def isDate(value: Any): Boolean

    Permalink
  47. def isDefined(value: Any): Boolean

    Permalink
  48. def isElement(value: Any): Boolean

    Permalink
  49. def isFunction(value: Any): Boolean

    Permalink
  50. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  51. def isNumber(value: Any): Boolean

    Permalink
  52. def isObject(value: Any): Boolean

    Permalink
  53. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  54. def isString(value: Any): Boolean

    Permalink
  55. def isUndefined(value: Any): Boolean

    Permalink
  56. def lowercase(s: String): String

    Permalink
  57. def merge(dst: Object, src: Object): Object

    Permalink
  58. def module(name: String, dependencies: Array[String], configFn: Array[Any]): Module

    Permalink
  59. def module(name: String, dependencies: Array[String]): Module

    Permalink
  60. def module(name: String): UndefOr[Module]

    Permalink
  61. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  62. def noop(): Unit

    Permalink
  63. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  64. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  65. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  66. def reloadWithDebugInfo(): Unit

    Permalink
  67. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  68. def toJson(obj: Any, pretty: Boolean = false): String

    Permalink
  69. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  70. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  71. def uppercase(string: String): String

    Permalink
  72. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  73. def version(): AngularVersion

    Permalink
  74. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped