We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dca654 commit a5906f0Copy full SHA for a5906f0
src/wizard/wizard-buttons.js
@@ -1,6 +1,6 @@
1
(function () {
2
'use strict';
3
- function wizardButtonDirective (action) {
+ function pfWizardButtonDirective (action) {
4
angular.module('patternfly.wizard')
5
.directive(action, function () {
6
return {
@@ -23,9 +23,9 @@
23
});
24
}
25
26
- wizardButtonDirective('pfWizNext');
27
- wizardButtonDirective('pfWizPrevious');
28
- wizardButtonDirective('pfWizFinish');
29
- wizardButtonDirective('pfWizCancel');
30
- wizardButtonDirective('pfWizReset');
+ pfWizardButtonDirective('pfWizNext');
+ pfWizardButtonDirective('pfWizPrevious');
+ pfWizardButtonDirective('pfWizFinish');
+ pfWizardButtonDirective('pfWizCancel');
+ pfWizardButtonDirective('pfWizReset');
31
})();
0 commit comments