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
+28-9
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,37 @@ angular-materialize
3
3
4
4
**angular-materialize** in action http://krescruz.github.io/angular-materialize/
5
5
6
-
This library is a set of AngularJS directives which make it possible to use features from [Materialize](http://materializecss.com/) with AngularJS.
6
+
This library is a set of AngularJS directives which make it possible to use features from [Materialize](http://materializecss.com/) with AngularJS.
7
7
8
-
Just add the module ui.materialize to your dependencies like:
8
+
Just add the module ui.materialize to your dependencies like:
9
9
10
10
angular.module('angular-app', [
11
11
'ui.materialize'
12
12
])
13
-
14
-
and then you are good to go.
15
-
16
-
This is not to be confused with the [Angular Material](https://material.angularjs.org/) project, which is a standalone Material design implementation for AngularJS.
17
-
18
-
We are on Bower, look for [`angular-materialize`](http://bower.io/search/?q=angular-materialize).
19
-
20
13
14
+
and then you are good to go.
15
+
16
+
This is not to be confused with the [Angular Material](https://material.angularjs.org/) project, which is a standalone Material design implementation for AngularJS.
17
+
18
+
We are on Bower, look for [`angular-materialize`](http://bower.io/search/?q=angular-materialize).
19
+
or in NPM, look for [`angular-materialize`](https://www.npmjs.com/package/angular-materialize).
20
+
21
+
##### Use with Webpack
22
+
Angular looks for jQuery and if no exists, it uses jQlite. Some directives of `angular-materialize` uses some jQuery methods, so be sure that Angular uses it instead of jQlite. It can be done by adding the following lines in your config.
0 commit comments