Home

namespace
ml-remote-input

Source: directives/ml-remote-input.directive.js:4

angular element directive; creates a search-input form, outside of the scope of a controller.

Uses MLRemoteInputService to communicate with a controller. Wraps ml-input.

attributes:

  • searchCtrl: the name of the controller to interface with. defaults to 'SearchCtrl'
  • template: passed to ml-input

Example:

<ml-remote-input search-ctrl="MySearchCtrl" template="fa"></ml-remote-input>

In the search controller, inherit from MLRemoteSearchController, as documented at that link

Generated by JSDoc 3.3.3 on February 11, 2016.