Skip to content

Instantly share code, notes, and snippets.

@oliverm2112
Last active December 16, 2015 02:38
Show Gist options
  • Save oliverm2112/5363463 to your computer and use it in GitHub Desktop.
Save oliverm2112/5363463 to your computer and use it in GitHub Desktop.
Angular - Login Controller sample
app.controller('LoginCtrl', ['$scope', function ($scope) {
$scope.model = {
userName : '',
password : 'name'
};
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment