-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Bug
Can't find proper info in current documentation.
What is the expected behavior?
No need to go to stack-overflow on every control.
What is the current behavior?
I need to search the web which has little info since this project is still in early stages.
What are the steps to reproduce?
You get the point...
Which versions of Angular, Material, OS, browsers are affected?
All, I'm using angular 4 with material 2 beta 3.
Is there anything else we should know?
The following are just a few examples from a couple of hours of coding:
- RTL support exists but I could find how to use it in the documentation, I found an issue, linked to a changeset leading to the relevant code.
- Dialog example doesn't show the dialog code (also the dialog is too simple).
- Input example is so simple that it doesn't cover day-to-day cases.
- I couldn't find how to make an input be in a single line (stack overflow suggested to add
class="md-block"
that is not longer relevant as far as I could tell). - The documentation on adding this to system.js has very little information - A full example would help + adding on each element which
import
s are needed. - It is not clear if a directive can be added to an element or needs to be an element of its own, for example:
md-input-container
vs.mdInput
- I solve this by trail and error which is just causing me to waist time instead of focusing on my app development.
LanderBeeuwsaert, LilSebastian5000, brandanmajeske, theCrius and Metsuryu
Metadata
Metadata
Assignees
Labels
No labels