Skip to content

Instantly share code, notes, and snippets.

@jcastellanos003
Created June 17, 2015 20:22
Show Gist options
  • Save jcastellanos003/b1cff38c65e0724ce9ac to your computer and use it in GitHub Desktop.
Save jcastellanos003/b1cff38c65e0724ce9ac to your computer and use it in GitHub Desktop.
angular
.module('App', [])
.controller('MainCtrl', function () {
var vm = this;
vm.customModel = 'Era gol de yepes';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment