You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ All of these can be updated with `bower update` as new versions of AngularJS are
238
238
Yeoman generated projects can be further tweaked according to your needs by modifying project files appropriately.
239
239
240
240
### Output
241
-
You can change the `app` directory by adding a `appPath` property to `component.json`. For instance, if you wanted to easily integrate with Express.js, you could add the following:
241
+
You can change the `app` directory by adding a `appPath` property to `bower.json`. For instance, if you wanted to easily integrate with Express.js, you could add the following:
242
242
243
243
```json
244
244
{
@@ -254,7 +254,7 @@ This will cause Yeoman-generated client-side files to be placed in `public`.
254
254
## Testing
255
255
256
256
For tests to work properly, karma needs the `angular-mocks` bower package.
257
-
This script is included in the component.json in the `devDependencies` section, which will
257
+
This script is included in the bower.json in the `devDependencies` section, which will
258
258
be available very soon, probably with the next minor release of bower.
259
259
260
260
While bower `devDependencies` are not yet implemented, you can fix it by running:
0 commit comments