1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00
fab-manager/app/assets/javascripts/services/socialNetworks.coffee
2016-05-26 12:05:28 +02:00

7 lines
309 B
CoffeeScript

'use strict'
# list the social networks supported in the user's profiles
Application.Services.factory 'SocialNetworks', [ ->
['facebook', 'twitter', 'google_plus', 'viadeo', 'linkedin', 'instagram', 'youtube', 'vimeo', 'dailymotion', 'github', 'echosciences', 'website', 'pinterest', 'lastfm', 'flickr']
]