Skip to content

Commit 032baf0

Browse files
committed
Updated README file
1 parent 676e379 commit 032baf0

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,26 @@ Note:
5252
$ bower install angular --save
5353
$ bower install angular-patternfly --save
5454

55-
2. Add the following CSS include to your HTML file(s):
55+
2. Add the core Patternfly CSS and script includes to your HTML file(s):
56+
57+
Please see: https://github.com/patternfly/patternfly/blob/master/QUICKSTART.md
58+
59+
3. Add the following CSS include to your HTML file(s):
5660

5761
<!-- Angular-PatternFly Styles -->
5862
<link rel="stylesheet" href="bower_components/angular-patternfly/dist/styles/angular-patternfly.min.css" />
5963

60-
3. Add the following script includes to your HTML file(s), adjusting where necessary to pull in only what you need:
64+
4. Add the following script includes to your HTML file(s), adjusting where necessary to pull in only what you need:
65+
66+
<!-- Angular -->
67+
<script src="bower_components/angular/angular.min.js"></script>
68+
69+
<!-- Angular-Bootstrap -->
70+
<script src="bower_components/angular-bootstrap/ui-bootstrap.min.js"></script>
71+
<script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js"></script>
72+
73+
<!-- Angular-Sanitize -->
74+
<script src="bower_components/angular-sanitize/angular-sanitize.min.js"></script>
6175

6276
<!-- Angular-PatternFly -->
6377
<script src="bower_components/angular-patternfly/dist/angular-patternfly.min.js"></script>
@@ -66,7 +80,7 @@ Note:
6680
<script src="bower_components/patternfly/components/c3/c3.min.js"></script>
6781
<script src="bower_components/patternfly/components/d3/d3.min.js"></script>
6882

69-
4. (optional) The 'patternfly.charts' module is not a dependency in the default angular 'patternfly' module.
83+
5. (optional) The 'patternfly.charts' module is not a dependency in the default angular 'patternfly' module.
7084
In order to use patternfly charts you must add 'patternfly.charts' as a dependency in your application:
7185

7286
my-app.module.js:

0 commit comments

Comments
 (0)