File tree Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,4 @@ node_modules/
99/docs /
1010/test /coverage /
1111! .gitignore
12- dist /
13- css /
12+ css /
Original file line number Diff line number Diff line change @@ -14,31 +14,40 @@ Directives
1414 * [ popup] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/popup )
1515 * [ rating] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/rating )
1616 * [ sidebar] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/sidebar )
17+ * [ wizard] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/wizard )
18+
19+ ** IMPORTANT** angular-semantic-ui is only 0.0.2, and ** NOT PRODUCTION READY** .
20+
21+ Installation
22+ ----------------------
23+
24+ ```
25+ $ bower install angular-semantic-ui
26+ ```
1727
18- ** IMPORTANT** angular-semantic-ui is only 0.0.1, and not production ready.
1928
2029Building
2130----------------------
2231
2332Get main [ repo] ( https://github.com/angularify/angular-semantic-ui ) with:
2433
2534```
26- git clone https://github.com/angularify/angular-semantic-ui.git
35+ $ git clone https://github.com/angularify/angular-semantic-ui.git
2736```
2837
2938Than go to the ` angular-semantic-ui ` directory and install dependencies:
3039
3140```
32- npm install && bower install
41+ $ npm install && bower install
3342```
3443
3544Then execute:
3645
3746```
38- grunt build && grunt test
47+ $ grunt build && grunt test
3948```
4049
41- There will be: ` dist/angular-semantic-ui-x.x.x .js ` .
50+ There will be: ` dist/angular-semantic-ui.js ` .
4251
4352Contribution
4453----------------------
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-semantic-ui" ,
33 "description" : " Angular - AngularJS directives for Semantic UI." ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.0.2 " ,
55 "keywords" : [
66 " angular" ,
77 " ui"
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-semantic-ui" ,
33 "description" : " Angular - AngularJS directives for Semantic UI." ,
4- "version" : " 0.0.1 " ,
4+ "version" : " 0.0.2 " ,
55 "keywords" : [
66 " angular" ,
77 " ui" ,
You can’t perform that action at this time.
0 commit comments