Skip to content

Commit 977c797

Browse files
committed
Merge pull request #225 from robinboehm/doc(USAGE)-examples
doc(USAGE): add --coffee and --minsafe arguments to all usage examples
2 parents 61d044f + 742bdbf commit 977c797

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

app/USAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description:
22
Creates a default AngularJS app
33

44
Example:
5-
yo angular
5+
yo angular [--coffee] [--minsafe]
66

77
This will create:
88
Gruntfile.js

controller/USAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description:
22
Creates a new Angular controller
33

44
Example:
5-
yo angular:controller Thing [--coffee]
5+
yo angular:controller Thing [--coffee] [--minsafe]
66

77
This will create:
88
app/scripts/controllers/thing-ctrl.js

directive/USAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description:
22
Creates a new Angular directive
33

44
Example:
5-
yo angular:directive thing [--coffee]
5+
yo angular:directive thing [--coffee] [--minsafe]
66

77
This will create:
88
app/scripts/directives/thing.js

filter/USAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description:
22
Creates a new AngularJS filter
33

44
Example:
5-
yo angular:filter thing [--coffee]
5+
yo angular:filter thing [--coffee] [--minsafe]
66

77
This will create:
88
app/scripts/filters/thing.js

route/USAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Description:
22
Creates a new AngularJS route
33

44
Example:
5-
yo angular:route thing [--coffee]
5+
yo angular:route thing [--coffee] [--minsafe]
66

77
This will create:
88
app/scripts/controllers/thing.js

service/USAGE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Description:
33
Docs: http://docs.angularjs.org/guide/dev_guide.services.creating_services
44

55
Example:
6-
yo angular:service thing
6+
yo angular:service thing [--coffee] [--minsafe]
77

88
This will create:
99
app/scripts/services/thing.js

0 commit comments

Comments
 (0)