Skip to content

Instantly share code, notes, and snippets.

View leonardocouy's full-sized avatar

Leonardo Flores leonardocouy

View GitHub Profile
@leonardocouy
leonardocouy / controllers.js
Last active February 17, 2016 01:04 — forked from laocanio/app.js
PLACE
.controller ('ListarPacienteCtrl', function($scope,$ionicListDelegate,$ionicFilterBar, Paciente){
$scope.pacientes = Paciente.all()
$scope.listCanSwipe = true;
$scope.data = {
showDelete: false
};
$scope.onpacienteDelete = function(paciente) {
console.log(paciente.nombre)