From 01e92c8a9eb6f01cffac01fd9d9ff78051a51077 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 13 Jun 2018 10:52:00 -0700 Subject: [PATCH] AfformAngularModule.tpl - Tweak docblock --- ext/afform/templates/afform/AfformAngularModule.tpl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ext/afform/templates/afform/AfformAngularModule.tpl b/ext/afform/templates/afform/AfformAngularModule.tpl index ec8511c82a..2853b84125 100644 --- a/ext/afform/templates/afform/AfformAngularModule.tpl +++ b/ext/afform/templates/afform/AfformAngularModule.tpl @@ -1,8 +1,9 @@ -{* This takes an $afform and generates an AngularJS directive. +{* This takes an $afform and generates an AngularJS module. - @param string $afform.camel The full camel-case name of the AngularJS module being created - @param string $afform.meta The full metadata record of the form - @param string $afform.layout The template content + @param string $afform.camel The full camel-case name of the AngularJS module being created + @param array $afform.meta The full metadata record of the form + @param string $afform.metaJson The full metadata record of the form + @param string $afform.layout The template content (HTML) *} {literal} (function(angular, $, _) { -- 2.25.1