@@ -23,6 +23,7 @@ Each item `angularModules` may include these properties:
*`js` (`array`): List of Javascript files. May use the wildcard (`*`). Relative to the extension.
*`css` (`array`): List of CSS files. May use the wildcard (`*`). Relative to the extension.
*`partials` (`array`): List of HTML folders. Relative to the extension.
*`settings` (`array`): Runtime data to export from PHP to JS. This is mapped to the JS global (Ex: `array("foo"=>"bar")`, which would be available as `CRM.myModule.foo`.
*`requires` (`array`): List of AngularJS modules required by this module. Default: `array()`. (`v4.7.21+`)
*`basePages` (`array`): Uncondtionally load this module onto the given Angular pages. (`v4.7.21+`)
* If omitted, the default is `array('civicrm/a')`. This provides backward compatibility with behavior since `v4.6+`.
...
...
@@ -47,5 +48,8 @@ Each item `angularModules` may include these properties: