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

Commit a65935f

Browse files
authored
Merge pull request #891 from appirio-tech/feature/predix-newsletter
Asana task#202430448250910 Predix - Add option to subscribe to Predix member settings page (like we did with iOS)
2 parents b3a17f8 + 30fed80 commit a65935f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/settings/email/email.controller.js

+7
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ import angular from 'angular'
5959
desc: 'Our annual online and onsite tournament to celebrate and reward the community',
6060
enabled: false,
6161
dirty: false
62+
},
63+
{
64+
id: 'TOPCODER_NL_PREDIX',
65+
name: 'Predix Community Newsletter',
66+
desc: 'Design and development on GE’s platform for the Industrial Internet of Things',
67+
enabled: false,
68+
dirty: false
6269
}
6370
]
6471

0 commit comments

Comments
 (0)