summaryrefslogtreecommitdiffstats
path: root/coffee/services/feedtype.coffee
blob: 55ca0419e9968e4ba84925fdadc985841023825d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###
# ownCloud
#
# @author Bernhard Posselt
# Copyright (c) 2012 - Bernhard Posselt <nukeawhale@gmail.com>
#
# This file is licensed under the Affero General Public License version 3 or
# later.
#
# See the COPYING-README file
#
###

angular.module('News').factory 'FeedType', ->
	feedType = 
		Feed: 0
		Folder: 1
		Starred: 2
		Subscriptions: 3
		Shared: 4