Code Review
/
portal
/
sdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
ac1ba168fb46d7ddb75c1c57f4e26c587ae43f6a
[portal/sdk.git]
/
1
appDS2.config(function($routeProvider) {
2
$routeProvider
3
.otherwise({
4
templateUrl: 'app/fusion/scripts/DS2-view-models/bootstrap-sample-content.html',
5
controller : "bootstrapSampleController"
6
});
7
});