Skip to content
This repository was archived by the owner on Jan 17, 2022. It is now read-only.

Commit 4b47c17

Browse files
author
mendhak
committed
Renamed to ng-intro-autorefresh
1 parent 892e7c5 commit 4b47c17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/angular-intro.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/angular-intro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ngIntroDirective.directive('ngIntroOptions', ['$timeout', function ($timeout) {
1414
ngIntroOnbeforechange: '=',
1515
ngIntroOnafterchange: '=',
1616
ngIntroAutostart: '&',
17-
ngIntroAutoRefresh: '='
17+
ngIntroAutorefresh: '='
1818
},
1919
link: function(scope, element, attrs) {
2020
scope.ngIntroMethod = function(step) {
@@ -30,7 +30,7 @@ ngIntroDirective.directive('ngIntroOptions', ['$timeout', function ($timeout) {
3030

3131
intro.setOptions(scope.ngIntroOptions);
3232

33-
if (scope.ngIntroAutoRefresh) {
33+
if (scope.ngIntroAutorefresh) {
3434
scope.$watch(function(){
3535
intro.refresh();
3636
});

0 commit comments

Comments
 (0)