ga-dashboard-counter

Provide a large counter panel for dashboard as in Gentelella index2.

_images/ga-dashboard-counter.png

Binding reference

  • counter-icon: A font awesome icon name, eg building (string)
  • counter-var: The number to present (integer)
  • counter-title: The title to present (string)

Transclude

The component allows transclude to present additional text.

Code sample

<ga-dashboard-counter counter-icon="users"
                      counter-var="$ctrl.dashboard.users"
                      counter-title="Users">
  Number of total users
</ga-dashboard-counter>

Reference