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

Commit 75a4005

Browse files
committedOct 25, 2017
Adding comments
1 parent 027415c commit 75a4005

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎app/skill-picker/skill-picker.controller.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,7 @@ import _ from 'lodash'
134134
if (program) {
135135
var community = _.find(vm.communities, {programId: program.eventId})
136136
if (community) {
137-
// set display false to avoid showing already enabled/registered program
138-
// we expect display property to be modified after first load of the page
137+
// Show existing communites selected
139138
community.status = true
140139
if (community.unregister){
141140
community.unregister()

0 commit comments

Comments
 (0)
This repository has been archived.