Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
chore(docs): fix versions-mapping url
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxandxss committed Oct 23, 2015
1 parent 0b04eef commit 80ede37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/demo/assets/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ angular.module('ui.bootstrap.demo', ['ui.bootstrap', 'plunker', 'ngTouch', 'ngAn

function MainCtrl($scope, $http, $document, $uibModal, orderByFilter) {
// Grab old version docs
$http.get('/versions-mapping.json')
$http.get('/bootstrap/versions-mapping.json')
.then(function(result) {
$scope.oldDocs = result.data;
});
Expand Down

0 comments on commit 80ede37

Please sign in to comment.