- * %%APP%% - the angular module application name %%DIRECTIVES%% - the angular directives %%MODULES%% the modules generates - * %%CONTROLLER%% the modules generates - * - * @param templateName - * The template name - * @param template - * the template to build - * - * @return the name - */ - public static StringBuilder compileTemplate(String templateName, String template) - { - return processTemplate(templateName, template); - } - - /** - * Replaces all instances of the following - *