You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,37 @@
2
2
3
3
AngularJS directives for creating bootstrap material design components based on [bootstrap-material-design](http://fezvrasta.github.io/bootstrap-material-design/) css.
4
4
5
-
This repo aims to support creating bootstrap material design components in pure Angular way - eliminate the dependency on jQuery as well as bootstraps JavaScript.
5
+
###### This is a work in progress.
6
+
7
+
##Getting Started
8
+
9
+
This project is an AngularJS version of the aswesome [bootstrap material design](http://fezvrasta.github.io/bootstrap-material-design/). It removes the dependency on jQuery as well as Bootstrap's JavaScript and makes it easy to work with dynamic AngularJS components
10
+
11
+
###Dependencies:
12
+
-[AngularJS](http://angularjs.org)
13
+
-[Angular-messages](http://angularjs.org)
14
+
-[Bootstrap](http://getbootstrap.com") (tested with version 3.3.6)
15
+
-[Bootstrap Material Design CSS components](http://fezvrasta.github.io/bootstrap-material-design/) (bootstrap-material-design.css and ripples.css)
16
+
-[UI Bootstrap](https://angular-ui.github.io/bootstrap/) (Optional: required for supporting bootstrap's JavaScript components)
17
+
18
+
###How to install:
19
+
20
+
run `bower install abm` to install via bower or grab the latest source from [Github](https://raw.githubusercontent.com/tilwinjoy/angular-bootstrap-material/master/dist/angular-bootstrap-material.js) and include it in your project after the dependencies.
21
+
22
+
Include `angularBootstrapMaterial` module in your application:
This project doesn't do any CSS magic, all that comes from [Bootstrap material design](http://fezvrasta.github.io/bootstrap-material-design).
30
+
For demos and documentation of typography, tables, icons etc refer the Bootstrap material design [documentation](http://fezvrasta.github.io/bootstrap-material-design)
31
+
32
+
###Demos
6
33
7
34
Visit http://tilwinjoy.github.io/angular-bootstrap-material/ for demos
8
35
9
-
###### This is a work in progress.
36
+
###Contributing
10
37
11
38
Any suggestions for improvement, bug reports and helping hands are very welcome.
0 commit comments