Skip to content

Commit 45b3018

Browse files
committed
Merge branch 'master' of github.com:DaftMonk/generator-angular-fullstack
2 parents 7fa82ff + 9959a75 commit 45b3018

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: readme.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ Example:
9999
yo angular-fullstack:deploy heroku
100100
```
101101

102+
After app modifications run:
103+
```bash
104+
grunt heroku
105+
```
106+
then commit and push the heroku folder.
107+
102108
### Route
103109
Generates a controller and view, and configures a route in `app/scripts/app.js` connecting them.
104110

@@ -189,7 +195,7 @@ Generates an AngularJS service.
189195

190196
Example:
191197
```bash
192-
yo angular:service myService
198+
yo angular-fullstack:service myService
193199
```
194200

195201
Produces `app/scripts/services/myService.js`:

0 commit comments

Comments
 (0)