This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree 4 files changed +5
-5
lines changed 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ angular.module('datatablesSampleApp',
46
46
} )
47
47
. factory ( 'DTLoadingTemplate' , function ( ) {
48
48
return {
49
- html : '<img src="images/loading.gif" />'
49
+ html : '<img src="/angular-datatables/ images/loading.gif" />'
50
50
} ;
51
51
} ) ;
52
52
Original file line number Diff line number Diff line change 1
1
< article class ="main-content welcome ">
2
2
< header class ="article-header ">
3
- < h1 > < a href ="https://angularjs.org/ "> < img src ="images/AngularJS.png " /> </ a > </ h1 >
3
+ < h1 > < a href ="https://angularjs.org/ "> < img src ="/angular-datatables/ images/AngularJS.png " /> </ a > </ h1 >
4
4
< h1 class ="text-info notice "> Structural framework for dynamic web apps</ h1 >
5
5
< h1 > < i class ="fa fa-plus "> </ i > </ h1 >
6
- < h1 > < a href ="https://datatables.net/ "> < img src ="images/DataTables.png " /> DataTables</ a > </ h1 >
6
+ < h1 > < a href ="https://datatables.net/ "> < img src ="/angular-datatables/ images/DataTables.png " /> DataTables</ a > </ h1 >
7
7
< h1 class ="text-info notice "> jQuery plug-in for complex HTML tables</ h1 >
8
8
</ header >
9
9
</ article >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ angular.module('datatablesSampleApp')
14
14
$scope . basicUsages = USAGES . basic ;
15
15
$scope . advancedUsages = USAGES . advanced ;
16
16
$scope . withPluginsUsages = USAGES . withPlugins ;
17
- $scope . archives = $resource ( 'archives.json' ) . query ( ) ;
17
+ $scope . archives = $resource ( '/angular-datatables/ archives.json' ) . query ( ) ;
18
18
19
19
// Functions
20
20
$scope . isActive = function ( view ) {
Original file line number Diff line number Diff line change 28
28
< body ng-app ="datatablesSampleApp ">
29
29
< div class ="github-ribbon ">
30
30
< a href ="https://github.com/l-lin/angular-datatables ">
31
- < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="images/forkme.png " alt ="Fork me on GitHub ">
31
+ < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="/angular-datatables/ images/forkme.png " alt ="Fork me on GitHub ">
32
32
</ a >
33
33
</ div >
34
34
< header class ="header ">
You can’t perform that action at this time.
0 commit comments