Skip to main content

Description

The saved query list directive to render a list of saved queries

Usage

as element:

Directive info

  • This directive creates new scope.

Parameters

Events

savedQueryAdded

When a query is saved this event broadcast with the name of the query being saved, the URL being used and the topic if used.

Type:

broadcast

Target:

root scope

savedQueryDeleted

When a query is deleted this event is broadcast so that any custom alerts or functions can be run afterwards like the example below.

Type:

broadcast

Target:

root scope