Skip to content

Instantly share code, notes, and snippets.

@MARIAEL
Created January 25, 2016 15:18
Show Gist options
  • Save MARIAEL/7829be294e09aad7eed3 to your computer and use it in GitHub Desktop.
Save MARIAEL/7829be294e09aad7eed3 to your computer and use it in GitHub Desktop.
proyecto zapatones
'use strict';
/**
* @ngdoc function
* @name zapatonesApp.controller:ContactoCtrl
* @description
* # ContactoCtrl
* Controller of the zapatonesApp
*/
angular.module('zapatonesApp')
.controller('ContactoCtrl', function ($scope) {
$scope.tunombre = function(){
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment