Options
Menu

Return true if remote service returns true, otherwise false.

require

underscore

require

Q

require

axios

example
 url: 'http://test/validateEmail',
            

Index

Constructor methods

Properties

Methods

Constructor methods

constructor

  • Default constructor

    Parameters

    Returns RemoteValidator

Properties

Options

private axios

axios: any

isAsync

isAsync: boolean

tagName

tagName: string

Methods

isAcceptable

  • isAcceptable(s: any): Q.Promise<boolean>
  • Parameters

    • s: any

    Returns Q.Promise<boolean>

Generated using TypeDoc