Module: velpSummary

The directive handles velp summary. Requires reviewController.

Author:
  • Joonas Lattu
  • Petteri Palojärvi
  • Seppo Tarvainen
Source:

Methods

(inner) checkAll()

Checks all checkboxes linked to the annotations in the velp summary.

Source:

(inner) getTotalPoints(annotations) → {number}

Gets total number of points from given annotations.

Parameters:
Name Type Description
annotations

Array of annotations

Source:
Returns:

Total number of points

Type
number

(inner) toggleAnnotation(annotation)

Toggles annotation in the document

Parameters:
Name Type Description
annotation

Annotation to toggle

Source: