From 37f1d23b0cd504ba3937945b03713019df0602b3 Mon Sep 17 00:00:00 2001 From: Tobias Lounsbury Date: Thu, 29 Sep 2016 12:31:28 -0700 Subject: [PATCH] CRM-9432: Cleaned up paste errors and variable inline documentation --- ang/crmUi.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ang/crmUi.js b/ang/crmUi.js index 482264bf25..879b2a8c43 100644 --- a/ang/crmUi.js +++ b/ang/crmUi.js @@ -741,7 +741,7 @@ restrict: 'EA', scope: { crmUiWizard: '@', - crmUiWizardNavClass: '@' + crmUiWizardNavClass: '@' // string, A list of classes that will be added to the nav items }, templateUrl: '~/crmUi/wizard.html', transclude: true, @@ -879,8 +879,8 @@ restrict: 'EA', scope: { crmTitle: '@', // expression, evaluates to a printable string - crmUiWizardStep: '@' // int, a weight which determines the ordering of the steps - crmUiWizardStepClass: '@' // int, a weight which determines the ordering of the steps + crmUiWizardStep: '@', // int, a weight which determines the ordering of the steps + crmUiWizardStepClass: '@' // string, A list of classes that will be added to the template }, template: '
', transclude: true, -- 2.25.1