-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example: angular-material-lite #53
Conversation
material design lite
Way cool! Looks like there are a few things that aren't bound to the model though, is that intentional? |
Specifically, I noticed gender and expensive weren't bound. |
Oops sorry, corrected 😄 |
Note, the angular-formly-templates-material is specifically supposed to integrate with the official angular-material library. We could create an angular-formly-templates-material-lite template library though. Do you want me to create a shell for that so you can link to that one instead? |
That would be cool!. Although honestly I don't think I will be able to contribute significantly in the near term. Maybe we can convince @jadjoubran (angular-material-design-lite maintainer) to help, as it could potentially be a cool project to expose his library, launch it into the stratosphere thanks to angular-formly. ✌(◕‿-)✌ |
example: angular-material-lite
👍 |
thanks @benoror! |
Cool! Maybe @kentcdodds can help us out making a shell repo first. First you should learn more about this awesome library: https://github.com/formly-js/angular-formly#bookmark-links Finally you might re-use some logic from this early implementation for angular-material: https://github.com/formly-js/angular-formly-templates-material |
@jadjoubran, I've created a shell repo and added you as an admin on it. I recommend you look at @benoror's example (just published) and basically do the same thing only in a separate module. You can look at the bootstrap templates for an example. |
Thanks @kentcdodds ! Also updated the jsbin's description link (formly-js/angular-formly-templates-material-lite#1) Kudos @jadjoubran ! |
great thanks! |
So, basically, you own the repo: https://github.com/formly-js/angular-formly-templates-material-lite You could take @benoror's example and create an angular module that does the same kind of thing (with the But how you build it is entirely up to you. You can use grunt/gulp/webpack whatever. If you want a good starting point, I recommend you watch all the (free) egghead.io lessons here: http://learn.angular-formly.com |
that's great, thanks! I should probably push something by the weekend |
Awesome :-) |
example: material design lite (http://jsbin.com/bujuwi)