ionic-material-design-lite icon indicating copy to clipboard operation
ionic-material-design-lite copied to clipboard

Material Design (Lite) style override for Ionic Framework

Results 26 ionic-material-design-lite issues
Sort by recently updated
recently updated
newest added

Fixed markdown formatting issues

when i run $ ionic serve --lab i get this message [ERROR] Sorry! ionic serve can only be run in an Ionic project directory.

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Hi, thx for keeping this alive!!! Could you please update the bower dependencies to latest ionic version??

This lib doesnt work when emulating on IOS through ionic serve --lab Android works perfectly; Ive added $ionicMaterialConfigProvider.enableForAllPlatforms(); but the styling on IOS seems to break for inputs. BR

Triggered by the ripple component within MDL, likely cause will be ripple component looking for `span` classes not created within the ionic tab structure. Ripple effect displays correctly however.

bug

Although there is some indication that this theme is 'Free' I don't see a copyright notice or license file. Would really like to use this but can't unless it's under...

This is based on the forms.html in the demo. Look at the image on the left for ios. The text is floating is overlapping the floating label. ![label](https://cloud.githubusercontent.com/assets/1436681/12539867/a874dca2-c34f-11e5-8d48-6316a780a3bc.PNG)

Currently, merely including this project (i.e. without enabling the platform override) causes iOS styling to break completely. ![brokencross](https://cloud.githubusercontent.com/assets/1127729/10317894/ed744a3a-6c66-11e5-89dc-f17ca3089f40.png) Code for the above is below, everything is a standard Ionic Tabs...

Hi, I am trying to have nested tabs, like 'Explore' and 'Purchase' as top level tabs and 3 names 'ionic','material','design' as 3 tabs inside 'Purchase' tab. But I am unable...