<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>My www plugin requires some static info from configuration's
      global properties. I've read <a
href="http://docs.buildbot.net/current/developer/config.html#configuration-in-angularjs">3.1.7.
        Configuration in AngularJS</a> but not found a solution. I found
      <tt>config</tt> constant but it contains not all properties.</p>
    <p>This constant is initialized in www/config.py:
      IndexResource.renderIndex() method. I added my property and
      successfully got it in AngularJS controller.</p>
    <p>Is it possible to expose global property to AngularJS code
      without modifying buildbot's code?</p>
    <p>Regards, Aleksey<br>
    </p>
  </body>
</html>