We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2f5f5 commit 2cc9f51Copy full SHA for 2cc9f51
readme.md
@@ -143,7 +143,7 @@ A live application URL will be available in the output.
143
144
**Pushing Updates**
145
146
- grunt build
+ grunt
147
148
Commit and push the resulting build, located in your dist folder:
149
@@ -182,7 +182,7 @@ Your app should now be live. To view it run `heroku open`
182
183
184
185
186
187
188
@@ -238,7 +238,7 @@ yo angular-fullstack:controller user
238
239
Produces:
240
241
- client/app/user/user.controller.create
+ client/app/user/user.controller.js
242
client/app/user/user.controller.spec.js
243
244
### Directive
0 commit comments