diff --git a/platform/framework/src/register/CustomRegistrars.js b/platform/framework/src/register/CustomRegistrars.js index 0051105036..e47825e991 100644 --- a/platform/framework/src/register/CustomRegistrars.js +++ b/platform/framework/src/register/CustomRegistrars.js @@ -221,6 +221,13 @@ define( CustomRegistrars.prototype.services = mapUpon(customRegistrar("service")); + /** + * Register Angular filters. + * @param {Array} extensions the resolved extensions + */ + CustomRegistrars.prototype.filters = + mapUpon(customRegistrar("filter")); + /** * Register functions which will run after bootstrapping. * @param {Array} extensions the resolved extensions