Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

app.constant('reportProblem', {
to: 'dwalker@calstate.edu',
enabled: true
});

You can optionally set the message and button text, as well as the subject that appears in the email.

The values in the example below are the defaults.

app.constant('reportProblem', {
to: 'dwalker@calstate.edu',
enabled: true,
messageText: 'See something that doesn\'t look right?',
buttonText: 'Report a Problem',
subject: 'Problem report',
});

multipleAnalytics

Set the siteSource to either ga for Google Analytics or matomo for Matomo Analytics.

...