Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f5be828

Browse files
author
Vikas Agarwal
committedOct 27, 2016
Asana task#202430448250910 Predix - Add option to subscribe to Predix member settings page (like we did with iOS)
-- Front end changes
1 parent b3a17f8 commit f5be828

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: 'Our annual online and onsite tournament to celebrate and reward the community',
67+
enabled: false,
68+
dirty: false
6269
}
6370
]
6471

0 commit comments

Comments
 (0)
This repository has been archived.