1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

Added unit tests for filters.

This commit is contained in:
Kevan Ahlquist 2015-01-04 20:35:47 -06:00
parent 275d771ea9
commit 1784719047
4 changed files with 161 additions and 5 deletions

View file

@ -1,4 +1,4 @@
angular.module('dockerui.services', ['ngResource'])
angular.module('<%= pkg.name %>.services', ['ngResource'])
.factory('Container', function($resource, Settings) {
'use strict';
// Resource for interacting with the docker containers