.. _undefined.clbFormGroupState: ================================ Namespace: ``clbFormGroupState`` ================================ .. contents:: Local Navigation :local: Children ======== .. toctree:: :maxdepth: 1 Description =========== ``clbFormGroupState`` directive flag the current form group with the class has-error or has-success depending on its form field current state. Examples ======== .. code-block:: javascript :caption: Track a field validity at the ``.form-group`` level angular.module('exampleApp', ['hbpCollaboratory']);