Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am djamy on github.
  • I am djamy (https://keybase.io/djamy) on keybase.
  • I have a public key ASBfHvUsNDjdujEbI6uOEDjfwxReM6EL4713EQVsp5xxywo

To claim this, I am signing this object:

[
{
"title": "ruTorrent",
"description": "ruTorrent Container",
"logo": "http://www.userlogos.org/files/logos/borzoff/rtorrent2.png",
"image": "xataz/rtorrent-rutorrent:latest-filebot",
"env": [
{
"name": "WEBROOT",
"label": "Webroot"
var services = angular.module('ngdemo.services', ['ngResource']);
services.factory('UsersFactory', function ($resource) {
return $resource('/ngdemo/web/users', {}, {
query: { method: 'GET', isArray: true },
create: { method: 'POST' }
})
});
services.factory('UserFactory', function ($resource) {
{% trans_default_domain 'emails' %}
{% set type = 'reset' %}
{% if isNewPassword %}
{% set type = 'new' %}
{% endif %}
{% set role = 'default' %}
{% if isPartner %}
{% set role = 'partner' %}