Autoconfiguration before bootstrap.

This patch delays the application bootstrap until we've tried to load
and inject parameters saved in an external configuration file. If that
file isn't there, the application will fall back to its own sane
defaults, however this will give us an opportunity to more gracefully
configure the webclient for each install. Example: Client and API are
not on the same host.

Change-Id: I1d0ce573dd05faa1efb325871ad5c30f08529205
This commit is contained in:
Michael Krotscheck
2014-09-25 15:36:21 -07:00
parent 73fc59f8f0
commit 941b12aec2
2 changed files with 51 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
License for the specific language governing permissions and limitations
under the License.
-->
<html id="ng-app" ng-app="storyboard">
<html id="ng-app">
<head>
<meta charset="utf-8">
<meta name="description" content="">