mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-1138: Fix guacPager template path.
This commit is contained in:
@@ -64,7 +64,7 @@ angular.module('list').directive('guacPager', [function guacPager() {
|
|||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
templateUrl: 'app/pager/templates/guacPager.html',
|
templateUrl: 'app/list/templates/guacPager.html',
|
||||||
controller: ['$scope', function guacPagerController($scope) {
|
controller: ['$scope', function guacPagerController($scope) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user