Class: AppSeriesController

AppSeriesDirective~ AppSeriesController


new AppSeriesController($scope, $element)

The controller governing the directive's state and it's interaction with
the outside world.

Parameters:
Name Type Description
$scope

a reference to the angularjs scope of the component

$element

a reference to the element the component is assigned to

Source:

Methods


<static> factory($scope, $element)

Factory to create the controller; used as the .controller member of the
directive.

Parameters:
Name Type Description
$scope

a reference to the angularjs scope of the component

$element

a reference to the element the component is assigned to

Source:

invokeManipulatorsHandler()

Returns a callback to be invoked every time the populated serieses values
was changed. The callback will accept two arguments: $event, representing
the associated angularjs event which is broadcasted from the parent scope
every time the serieses values changed and seriesValues, representing the
new serieses values that were populated.

Source:

setupManipulators($element)

Setup all manipulators based on the directive's value

Parameters:
Name Type Description
$element

a reference to the DOM head element the component is
assigned to

Source: