Skip to content

Commit 1d192dd

Browse files
committed
chore(release): v0.12.0
1 parent e10a1e6 commit 1d192dd

File tree

7 files changed

+8193
-56
lines changed

7 files changed

+8193
-56
lines changed

assets/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ angular.module('ui.bootstrap.demo', ['ui.bootstrap', 'plunker', 'ngTouch'], func
66
//Allows us to navigate to the correct element on initialization
77
if ($location.path() !== '' && $location.path() !== '/') {
88
smoothScroll(document.getElementById($location.path().substring(1)), 500, function(el) {
9-
location.replace(el.id);
9+
location.replace('#' + el.id);
1010
});
1111
}
1212
}]).factory('buildFilesService', function ($http, $q) {
@@ -278,4 +278,4 @@ var isOldBrowser;
278278
.attr('src', objectUrl);
279279
}
280280

281-
})();
281+
})();

assets/raw-files.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

index.html

Lines changed: 58 additions & 53 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)