Skip to content

Commit 15df73e

Browse files
committed
bumping version
1 parent 9f65560 commit 15df73e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-tour",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"main": "dist/angular-bootstrap-tour.js",
55
"ignore": [
66
".editorconfig",

dist/angular-bootstrap-tour.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,10 @@
439439
function stepIsSkipped() {
440440
var skipped;
441441
if (attrs[TourHelpers.getAttrName('skip')]) {
442+
//force not skipped
443+
if (attrs[TourHelpers.getAttrName('skip')] === 'false') {
444+
return false;
445+
}
442446
skipped = scope.$eval(attrs[TourHelpers.getAttrName('skip')]);
443447
}
444448
if (!skipped) {

dist/angular-bootstrap-tour.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-tour",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "angular-bootstrap-tour scaffolded with generator-microjs v0.1.2.",
55
"author": {
66
"name": "",

0 commit comments

Comments
 (0)