Skip to content

Instantly share code, notes, and snippets.

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