Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 813 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 813 Bytes

ionicDynamicMasterDetail

Dynamic master detail layout powered by ionic framework.

This demo is using the sidemenu (dynamic too) and navigation.

The same templates used for tablets will be reusable on phones.

Simply add platform ios/android after you get the source and run/emulate. On the browser try the demo on Chrome with device mode turned on.

There are two custom directives:

  • dynamic-md-layout enables dynamic master detail layout. The only condition that the directive requires is <ion-view> must be the first element in master and detail templates.
  • should-expose-when allows the sidemenu to be automatically displayed or hidden based on the device width. On tablets the sidemenu generally should always be visible.