Fixing error in notifications. (#307)
This commit is contained in:
parent
78c8d12ad8
commit
008d608ec4
|
@ -11,7 +11,7 @@ angular.module('lemur')
|
||||||
this.certificates.push(certificate);
|
this.certificates.push(certificate);
|
||||||
},
|
},
|
||||||
removeCertificate: function (index) {
|
removeCertificate: function (index) {
|
||||||
this.certificate.splice(index, 1);
|
this.certificates.splice(index, 1);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue