This repository has been archived by the owner on Feb 2, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(input): input elements must use md-input attribute to be recognized
- This is because a selector that finds the parent md-input-container is not supported fully by ng2. - update tabs demo to use md-input attributes. BREAKING: You must now put a md-input attribute on input elements inside of md-input-container in order to get material style support for them. `<input md-input type="text">`
- Loading branch information