Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

FormioAlerts Provider

Randall Knutson edited this page Jul 27, 2016 · 3 revisions
  • FormioAlerts - Keeps track of all alerts that are made within your application. You can add this to your page by adding the following...

{{alert.message}} ```

You can then add new alerts by doing the following.

```

FormioAlerts.addAlert({ type: 'danger', message: 'Your session has expired. Please log in again.' }); ```

Clone this wiki locally