Skip to content

Commit ad9ba3a

Browse files
committed
Changing name of button directives to namespace wz
Fixes #2
1 parent 17b3095 commit ad9ba3a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

dist/angular-wizard.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ function wizardButtonDirective(action) {
166166
}]);
167167
}
168168

169-
wizardButtonDirective('next');
170-
wizardButtonDirective('previous');
171-
wizardButtonDirective('finish');
172-
wizardButtonDirective('cancel');
169+
wizardButtonDirective('wzNext');
170+
wizardButtonDirective('wzPrevious');
171+
wizardButtonDirective('wzFinish');
172+
wizardButtonDirective('wzCancel');
173173

174174

175175
angular.module('mgo-angular-wizard').factory('WizardHandler', function() {

dist/angular-wizard.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wizardButtons.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ function wizardButtonDirective(action) {
2020
}]);
2121
}
2222

23-
wizardButtonDirective('next');
24-
wizardButtonDirective('previous');
25-
wizardButtonDirective('finish');
26-
wizardButtonDirective('cancel');
23+
wizardButtonDirective('wzNext');
24+
wizardButtonDirective('wzPrevious');
25+
wizardButtonDirective('wzFinish');
26+
wizardButtonDirective('wzCancel');
2727

0 commit comments

Comments
 (0)