It has directives and services providing mobile friendly components like navbars and sidebars. It requires mobile-angular-ui.base.css in order to work properly.

Standalone Usage

Although .components module is required by mobile-angular-ui by default you can use it alone. Some submodules requires mobile-angular-ui.core to work, so be sure its sources are available.

angular.module('myApp', ['mobile-angular-ui.components']);

comments powered by Disqus