-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
cannot reproduceThe team is unable to reproduce this issue with the information providedThe team is unable to reproduce this issue with the information provided
Description
Bug, feature request, or proposal:
Completely lost of functionality
What is the expected behavior?
md-input should be displayed
What is the current behavior?
Got exception:
EXCEPTION: Error in http://localhost:3000/node_modules/@angular2-material/input/input.js class MdInput - inline template:0:844
ORIGINAL EXCEPTION: No value accessor for ''
etc. etc.
What are the steps to reproduce?
import {Component} from '@angular/core';
import {MD_INPUT_DIRECTIVES} from '@angular2-material/input';
@Component({
selector: 'attribute-types',
template: `<md-input></md-input>`,
directives: [
MD_INPUT_DIRECTIVES
],
styleUrls: ['app/productsSettings/formList.css'],
})
export class AttributeTypesComponent implements OnInit{
}
Which versions of Angular, Material, OS, browsers are affected?
Angular: 2.0.0-rc.4
Material: 2.0.0-alpha.6
Browsers: Safari, Chrome, FireFox
OS: OS X El Capitan, iOS 9.3
Metadata
Metadata
Assignees
Labels
cannot reproduceThe team is unable to reproduce this issue with the information providedThe team is unable to reproduce this issue with the information provided