I hereby claim:
- I am 0xae on github.
- I am manofsteel (https://keybase.io/manofsteel) on keybase.
- I have a public key whose fingerprint is 92E4 6420 AE0B 9A21 E019 EF83 C22F A29B F1D3 1F0B
To claim this, I am signing this object:
| app.controller("AlojamentoCtrl", function ($q, $scope, $localForage, $stateParams){ | |
| $scope.alojamentos = []; | |
| var id = $stateParams.idEdificio; | |
| $scope.edificio = id; | |
| $localForage.keys().then( | |
| function (chaves){ | |
| var prefixo = "RGA::alojamento::" + id + "."; | |
| var ary = []; | |
| for (var i = 0; i < chaves.length; i++) { |
I hereby claim:
To claim this, I am signing this object:
| [ | |
| { | |
| "tg": "input", | |
| "attrs": { | |
| "type" : "text", | |
| "placeholder" : "Your name", | |
| "name" : "user-name", | |
| "class" : "form-control" | |
| } | |
| }, |
| #ifdef ___cplusplus__ | |
| extern "C" { | |
| #endif | |
| /* Description of GNU message catalog format: string hashing function. | |
| Copyright (C) 1995, 1997, 1998, 2000, 2001 Free Software Foundation, Inc. | |
| This program is free software; you can redistribute it and/or modify it | |
| under the terms of the GNU Library General Public License as published | |
| by the Free Software Foundation; either version 2, or (at your option) |