.. _undefined.clbFormControlFocus: ================================== Namespace: ``clbFormControlFocus`` ================================== .. contents:: Local Navigation :local: Children ======== .. toctree:: :maxdepth: 1 Description =========== The ``clbFormControlFocus`` Directive mark a form element as the one that should receive the focus first. Examples ======== .. code-block:: javascript :caption: Give the focus to the search field angular.module('exampleApp', ['clb-ui-form']); // HTML snippet: //