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
-
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.deonclem– deonclem2016-01-28 09:08:43 +00:00Commented Jan 28, 2016 at 9:08
-
Thank you for your reply. I saw the element in AngularDesignMaterial and DesignMaterial. Both are different UI.jana91– jana912016-01-28 09:17:27 +00:00Commented Jan 28, 2016 at 9:17
Add a comment
|
1 Answer
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.
1 Comment
jana91
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