namespaceml-remote-input
Source: directives/
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 toml-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