mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
7 lines
309 B
CoffeeScript
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']
|
|
]
|