Fixing error in notifications. (#307)
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user