Skip to content

Commit c596a6e

Browse files
committed
bumped version
1 parent 6c84500 commit c596a6e

5 files changed

+5
-11
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-tour",
3-
"version": "0.3.2",
3+
"version": "0.3.3-alpha.1",
44
"main": "dist/angular-bootstrap-tour.js",
55
"ignore": [
66
".editorconfig",

demo/angular-bootstrap-tour.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,7 @@
271271
function compileTemplate(template, scope) {
272272
return function (/*index, step*/) {
273273
var $template = angular.element(template); //requires jQuery
274-
safeApply(scope, function () {
275-
$compile($template)(scope);
276-
});
277-
return $template;
274+
return $compile($template)(scope);
278275
};
279276

280277
}

dist/angular-bootstrap-tour.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,7 @@
271271
function compileTemplate(template, scope) {
272272
return function (/*index, step*/) {
273273
var $template = angular.element(template); //requires jQuery
274-
safeApply(scope, function () {
275-
$compile($template)(scope);
276-
});
277-
return $template;
274+
return $compile($template)(scope);
278275
};
279276

280277
}

dist/angular-bootstrap-tour.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-bootstrap-tour",
3-
"version": "0.3.2",
3+
"version": "0.3.3-alpha.1",
44
"description": "angular-bootstrap-tour scaffolded with generator-microjs v0.1.2.",
55
"author": {
66
"name": "",

0 commit comments

Comments
 (0)