We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fa82ff + 9959a75 commit 45b3018Copy full SHA for 45b3018
readme.md
@@ -99,6 +99,12 @@ Example:
99
yo angular-fullstack:deploy heroku
100
```
101
102
+After app modifications run:
103
+```bash
104
+grunt heroku
105
+```
106
+then commit and push the heroku folder.
107
+
108
### Route
109
Generates a controller and view, and configures a route in `app/scripts/app.js` connecting them.
110
@@ -189,7 +195,7 @@ Generates an AngularJS service.
189
195
190
196
Example:
191
197
```bash
192
-yo angular:service myService
198
+yo angular-fullstack:service myService
193
199
194
200
201
Produces `app/scripts/services/myService.js`:
0 commit comments