docs(): labels, keyboard

This commit is contained in:
mhartington
2015-12-16 14:00:21 -05:00
parent c9d084c46e
commit 10ff68ab6c
2 changed files with 62 additions and 0 deletions

View File

@ -50,6 +50,9 @@ export class Label {
this.container = container;
}
/**
* @private
*/
ngOnInit() {
if (!this.id) {
this.id = 'lbl-' + this.form.nextId();