Skip to content

bwu-dart-graveyard/angular_ui_bootstrap

Repository files navigation

This project is discontinued - further development is done at https://github.com/akserg/angular.dart.ui

bootstrap - AngularDart directives specific to twitter bootstrap


Build Status

Demo

Do you want to see directives in action? Visit http://zoechi.github.io/bootstrap_angular/build!

Installation

Supported browsers

Project philosophy

Native, lightweight directives

We are aiming at providing a set of AngularDart directives based on Twitter Bootstrap's markup and CSS. The goal is to provide native AngularDart directives without any dependency on jQuery or Bootstrap's JavaScript. It is often better to rewrite an existing JavaScript code and create a new, pure AngularDart directive. Most of the time the resulting directive is smaller as compared to the orginal JavaScript code size and better integrated into the AngularDart ecosystem.

Customizability

All the directives in this repository should have their markup externalized as templates (loaded via templateUrl). In practice it means that you can customize directive's markup at will. One could even imagine providing a non-Boostrap version of the templates!

Take what you need and not more

Each directive has its own AngularJS module without any dependencies on other modules or third-pary JavaScript code. In practice it means that you can just grab the code for the directives you need and you are not obliged to drag the whole repository.

Quality and stability

Directives should work. All the time and in all browsers. This is why all the directives have a comprehensive suite of unit tests. All the automated tests are executed on each checkin in several browsers: Chrome, ChromeCanary, Firefox, Opera, Safari, IE9. In fact we are fortunate enough to benefit from the same testing infrastructure as AngularJS!

Contributing to the project

We are always looking for the quality contributions! Please check the CONTRIBUTING.md for the contribution guidelines.

Development

Prepare your environment

Build

TDD

Release

Well done! (If you don't like repeating yourself open a PR with a grunt task taking care of the above!)

About

Dart port of Angular UI Bootstrap

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •