cms/app-client/app/controllers/application.js
changeset 404 0a5eef6ad2fe
parent 401 9ff56cc0c656
child 414 5c6c526a7fc1
--- a/cms/app-client/app/controllers/application.js	Tue Nov 08 14:20:57 2016 +0100
+++ b/cms/app-client/app/controllers/application.js	Tue Nov 08 15:48:01 2016 +0100
@@ -7,6 +7,8 @@
     filter: Ember.inject.service(),
     constants: Ember.inject.service(),
 
+    isLoading: false,
+
     page: 1,
     limit: Ember.computed(function() {
       return this.get('constants').DOCUMENTS_PAGINATION_PERPAGE;