Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Asana task#202430448250910 Predix - Add option to subscribe to Predix member settings page (like we did with iOS) #891

Merged
merged 3 commits into from
Nov 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions app/settings/email/email.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ import angular from 'angular'
desc: 'Our annual online and onsite tournament to celebrate and reward the community',
enabled: false,
dirty: false
},
{
id: 'TOPCODER_NL_PREDIX',
name: 'Predix Community Newsletter',
desc: 'Design and development on GE’s platform for the Industrial Internet of Things',
enabled: false,
dirty: false
}
]

Expand Down