Skip to content

Commit

Permalink
fix(doc): examples use angularexpress instead of angular
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonzalo Ruiz de Villa committed Sep 6, 2013
1 parent 277fd96 commit 53a4d4e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion constant/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description:
Docs: http://docs.angularjs.org/guide/dev_guide.services.creating_services

Example:
yo angular:constant thing [--coffee] [--minsafe]
yo angularexpress:constant thing [--coffee] [--minsafe]

This will create:
app/scripts/services/thing.js
2 changes: 1 addition & 1 deletion controller/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Description:
Creates a new Angular controller

Example:
yo angular:controller Thing [--coffee] [--minsafe]
yo angularexpress:controller Thing [--coffee] [--minsafe]

This will create:
app/scripts/controllers/thing-ctrl.js
2 changes: 1 addition & 1 deletion decorator/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Description:
Creates a new AngularJS decorator for a specified service

Example:
yo angular:decorator serviceName [--coffee]
yo angularexpress:decorator serviceName [--coffee]

This will create:
app/scripts/decorators/serviceNameDecorator.js
2 changes: 1 addition & 1 deletion directive/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Description:
Creates a new Angular directive

Example:
yo angular:directive thing [--coffee] [--minsafe]
yo angularexpress:directive thing [--coffee] [--minsafe]

This will create:
app/scripts/directives/thing.js
2 changes: 1 addition & 1 deletion factory/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description:
Docs: http://docs.angularjs.org/guide/dev_guide.services.creating_services

Example:
yo angular:factory thing [--coffee] [--minsafe]
yo angularexpress:factory thing [--coffee] [--minsafe]

This will create:
app/scripts/services/thing.js
2 changes: 1 addition & 1 deletion filter/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Description:
Creates a new AngularJS filter

Example:
yo angular:filter thing [--coffee] [--minsafe]
yo angularexpress:filter thing [--coffee] [--minsafe]

This will create:
app/scripts/filters/thing.js
2 changes: 1 addition & 1 deletion provider/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description:
Docs: http://docs.angularjs.org/guide/dev_guide.services.creating_services

Example:
yo angular:provider thing [--coffee] [--minsafe]
yo angularexpress:provider thing [--coffee] [--minsafe]

This will create:
app/scripts/services/thing.js
2 changes: 1 addition & 1 deletion route/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Description:
Creates a new AngularJS route

Example:
yo angular:route thing [--coffee] [--minsafe]
yo angularexpress:route thing [--coffee] [--minsafe]

This will create:
app/scripts/controllers/thing.js
Expand Down
2 changes: 1 addition & 1 deletion service/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description:
Docs: http://docs.angularjs.org/guide/dev_guide.services.creating_services

Example:
yo angular:service thing [--coffee] [--minsafe]
yo angularexpress:service thing [--coffee] [--minsafe]

This will create:
app/scripts/services/thing.js
2 changes: 1 addition & 1 deletion value/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description:
Docs: http://docs.angularjs.org/guide/dev_guide.services.creating_services

Example:
yo angular:value thing [--coffee] [--minsafe]
yo angularexpress:value thing [--coffee] [--minsafe]

This will create:
app/scripts/services/thing.js
2 changes: 1 addition & 1 deletion view/USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Description:
Creates a new AngularJS view

Example:
yo angular:view thing
yo angularexpress:view thing

This will create:
app/views/thing.html

0 comments on commit 53a4d4e

Please sign in to comment.