It has all the core functionalities of Mobile Angular UI. It aims to act as a common base for an UI framework providing services and directives to create components and implement UI interactions with angular.

NOTE
  • It has no dependency on Bootstrap.
  • It is not related to mobile apps only.
  • It is not requiring CSS support.
  • You can use it on any Angular Application and with any CSS framework.

Standalone Usage

Although .core module is required by mobile-angular-ui by default you can use it alone.

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

comments powered by Disqus