0

My project was developed by normal jquery with material design. But, now I am implementing AngularJs in my project. Material design does not support angular js(won't bind to scope object). My friend suggest me to use angular material design. My customer don't like angular material design UI, He wants material design UI.
Any solution to use MaterialDesign with angular instead of AngularMaterialDesign

2
  • What do you mean by "My customer don't like angular material design UI, He wants material design UI" ? Angular material is just an angular wrapper for the material design specs. I don't see any visual difference between the two. Commented Jan 28, 2016 at 9:08
  • Thank you for your reply. I saw the element in AngularDesignMaterial and DesignMaterial. Both are different UI. Commented Jan 28, 2016 at 9:17

1 Answer 1

1

Angular.js is a MVC framework, Material Design is just a design guide made by Google.

If you want to have your angular frontend look like Google's material design, you can either include the CSS only or use something like Angular material lite, which wraps angular with material design.

There is no need for you to include Angular.js if you want to have material design or the other way, include material design together with angular, both of them can be used separatly.

Sign up to request clarification or add additional context in comments.

1 Comment

For a example, both datepicker in material design and datepicker in angular material design are differenent UI. I want datepicker in material design with angular js

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.