Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
update USAGE files to new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Yazhbin committed Feb 25, 2013
1 parent 3d84806 commit a296aec
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/USAGE
Expand Up @@ -2,7 +2,7 @@ Description:
Creates a default AngularJS app

Example:
yeoman init angular
yo angular

This will create:
Gruntfile.js
Expand Down
2 changes: 1 addition & 1 deletion controller/USAGE
Expand Up @@ -2,7 +2,7 @@ Description:
Creates a new Angular controller

Example:
yeoman init angular:controller Thing [--coffee]
yo angular:controller Thing [--coffee]

This will create:
app/scripts/controllers/thing-ctrl.js
2 changes: 1 addition & 1 deletion directive/USAGE
Expand Up @@ -2,7 +2,7 @@ Description:
Creates a new Angular directive

Example:
yeoman init angular:directive thing [--coffee]
yo angular:directive thing [--coffee]

This will create:
app/scripts/directives/thing.js
2 changes: 1 addition & 1 deletion filter/USAGE
Expand Up @@ -2,7 +2,7 @@ Description:
Creates a new AngularJS filter

Example:
yeoman init angular:filter thing [--coffee]
yo angular:filter thing [--coffee]

This will create:
app/scripts/filters/thing.js
2 changes: 1 addition & 1 deletion route/USAGE
Expand Up @@ -2,7 +2,7 @@ Description:
Creates a new AngularJS route

Example:
yeoman init angular:route thing [--coffee]
yo angular:route thing [--coffee]

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

Example:
yeoman init angular:service thing
yo angular:service thing

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

Example:
yeoman init angular:view thing
yo angular:view thing

This will create:
app/scripts/views/thing.html

0 comments on commit a296aec

Please sign in to comment.