summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/js/app.js b/public/js/app.js
index 531e4b8..6d4ba65 100644
--- a/public/js/app.js
+++ b/public/js/app.js
@@ -127,6 +127,7 @@ App.SipAccount = DS.Model.extend({
phoneNumbers: DS.hasMany('App.PhoneNumber'),
callerName: DS.attr('string'),
authName: DS.attr('string'),
+ is_registrated: DS.attr('boolean'),
phoneNumberShortList: Ember.computed(function() {
var phoneNumbers = this.get('phoneNumbers');