Skip to content

Commit

Permalink
add icons to categoriesList in features controller
Browse files Browse the repository at this point in the history
  • Loading branch information
samsep committed Nov 24, 2015
1 parent 9a2bc18 commit dc2ab3f
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions src/scripts/controllers/features.controller.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,20 @@ SubmitWorkFeaturesController = ($scope, $rootScope, SubmitWorkService, SubmitWor
fileIds: []

vm.categoriesList = [
'Custom Features'
,
'Login & Registration'
,
'General Building Blocks'
,
'Ecommerce'
,
'Social'
category: 'Custom Features'
icon : '/images/help-me.svg'
,
category: 'Login & Registration'
icon : '/images/help-me.svg'
,
category: 'General Building Blocks'
icon : '/images/help-me.svg'
,
category: 'Ecommerce'
icon : '/images/help-me.svg'
,
category: 'Social'
icon : '/images/help-me.svg'
]

vm.filterByCategory = (list, category) ->
Expand Down

0 comments on commit dc2ab3f

Please sign in to comment.