Skip to content
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

Add support for MDL CSS Framework #686

Closed
wants to merge 2 commits into from
Closed

Conversation

drGrove
Copy link

@drGrove drGrove commented Jul 24, 2015

No description provided.

@@ -157,6 +157,12 @@ describe('gulp-angular bower template', function () {
result.should.not.match(/foundation/);
result.should.not.match(/material/);

model.props.ui.key = 'mdl';
result = bower(model)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot a semicolon. 😄

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drGrove can you add semicolon ?

@zckrs
Copy link
Collaborator

zckrs commented Jul 28, 2015

Thank you. :)

@zckrs
Copy link
Collaborator

zckrs commented Jul 28, 2015

Maybe we should propose option for https://github.com/jadjoubran/angular-material-design-lite ?

What do you think @Swiip @drGrove ?

@Swiip
Copy link
Owner

Swiip commented Jul 28, 2015

Wasn't so sure about adding a new ui framework but this one is great and your integration is also great. I can't honestly refuse this :) 👍

@drGrove
Copy link
Author

drGrove commented Jul 28, 2015

@zckrs,
MDL and Angular-Material are two completely different implementations. Unlike bootstrap and angular-ui-bootstrap (where the css is the same) MDL and Angular-Material are their own entities with very little cross over

@zckrs
Copy link
Collaborator

zckrs commented Jul 28, 2015

@drGrove Yeah MDL and Angular-Material are two different implementation

But I think about MDL and Angular-Material-Design-Lite
Look https://github.com/jadjoubran/angular-material-design-lite/blob/master/bower.json#L28

@drGrove
Copy link
Author

drGrove commented Jul 28, 2015

@zckrs,
AMDL is looking pretty good. May want to wait for a 1.0 release though.

@zckrs
Copy link
Collaborator

zckrs commented Jul 29, 2015

We should not wait integrate AMDL before merge this feature @Swiip ?

I am not sure one day AMDL release v1.0.0

Maybe @jadjoubran can help about this point.

@jadjoubran
Copy link

Hi,

Thanks for bringing this up!
AMDL is indeed a work in progress (0.3.0) at the time of writing.

Version 1.0 marks the integration of the most common components available in MDL + a fix for the following issue #4 which requires an upstream fix.

But AMDL can be used today even though it hasn't reached v1.0.0 that's because if a component is not available as a directive yet, you can just use the plain MDL component (same thing if you hit a limitation).

@drGrove
Copy link
Author

drGrove commented Jul 30, 2015

@Swiip,

What are your thoughts? Should I start working on an integration with AMDL as well?

@Swiip
Copy link
Owner

Swiip commented Jul 31, 2015

I think that even if AMDL is very young, it's interesting to offer a component library along with the choice of the UI framework so I think we should include it.

If you are willing to do the work, it's perfect, but just to be clear, you already did a great job and your PR will be merged even if you don't take this charge on you

@drGrove
Copy link
Author

drGrove commented Jul 31, 2015

@Swiip,
Okay. I'll take a crack at the AMDL integration. Do you think that we should make Material Design the base key, then offer MDL, AMDL and Angular-Material as the sub-options (similar to bootstraps layout)

@zckrs
Copy link
Collaborator

zckrs commented Aug 24, 2015

@drGrove IMO the best solution is

  • MD: Angular-Material or Vanilla MD
  • MDL: AMDL or Vanilla MDL

But at moment we can support only:

  • Angular-Material
  • AMDL

@Swiip
Copy link
Owner

Swiip commented Aug 31, 2015

@drGrove Thank you very much for your work. Your work has been integrated in a new PR #743. Sorry if it's not your branch which is actually merged.

@Swiip Swiip closed this Aug 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants