summaryrefslogtreecommitdiffstats
path: root/coffee/services/loading.coffee
blob: 041170e7620bf7547e0f06b9ccad6ebc0a8bd6f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###
# ownCloud - News app
#
# @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 '_Loading', ->

	class Loading

		constructor: ->
			@loading = 0