diff --git a/ang/crmUi.js b/ang/crmUi.js index 70da3871c882..216640ce90bb 100644 --- a/ang/crmUi.js +++ b/ang/crmUi.js @@ -876,7 +876,7 @@ link: function (scope, element, attrs) { scope.ts = CRM.ts(null); - element.find('.crm-wizard-buttons button').click(function () { + element.find('.crm-wizard-buttons button[ng-click^=crmUiWizardCtrl]').click(function () { // These values are captured inside the click handler to ensure the // positions/sizes of the elements are captured at the time of the // click vs. at the time this directive is initialized.