mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 21:51:23 +00:00
GUAC-1138: Move StableSort and FilterPattern into list module.
This commit is contained in:
@@ -21,6 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Module for displaying the contents of a list, split into multiple pages.
|
* Module for displaying, sorting, and filtering the contents of a list, split
|
||||||
|
* into multiple pages.
|
||||||
*/
|
*/
|
||||||
angular.module('list', []);
|
angular.module('list', []);
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* A service for defining the FilterPattern class.
|
* A service for defining the FilterPattern class.
|
||||||
*/
|
*/
|
||||||
angular.module('manage').factory('FilterPattern', [
|
angular.module('list').factory('FilterPattern', [
|
||||||
function defineFilterPattern() {
|
function defineFilterPattern() {
|
||||||
|
|
||||||
/**
|
/**
|
@@ -23,7 +23,7 @@
|
|||||||
/**
|
/**
|
||||||
* A service for defining the StableSort class.
|
* A service for defining the StableSort class.
|
||||||
*/
|
*/
|
||||||
angular.module('manage').factory('StableSort', [
|
angular.module('list').factory('StableSort', [
|
||||||
function defineStableSort() {
|
function defineStableSort() {
|
||||||
|
|
||||||
/**
|
/**
|
Reference in New Issue
Block a user