Merge branch 'master' into open460

This commit is contained in:
Victor Woeltjen
2016-01-29 11:44:38 -08:00
13 changed files with 160 additions and 51 deletions

View File

@ -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