Skip to content

Commit cc1c137

Browse files
authored
Update README.md
1 parent 5b31e5e commit cc1c137

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ angular.module('mainModuleName', ['ionic', 'gl-angular-configuration']){
2525

2626
## Dynamically load the configuration.json file (optional)
2727
Add a `configuration.json` file at the root of your project.
28+
2829
Note: If you look at the webpack config (`webpack.base.config.js`) of the test-app provided with the package, you'll see that I use the `CopyWebpackPlugin` to copy the right configuration named after a `env` argument passed to the webpack cli. The command line I use is a npm script. You can find it in the `package.json` file of the test-app.
30+
2931
Remove the automatic bootstrap of your angular app. You can do it by Removing the `ng-app` tag of your `index.html` file.
3032
It will allow you to boostrap it manually after the json has been loaded.
3133
```

0 commit comments

Comments
 (0)