List updates and directives with it!

This commit is contained in:
Max Lynch
2013-10-09 19:33:52 -05:00
parent 03b6cdad74
commit ec889daf06
10 changed files with 263 additions and 18 deletions

View File

@ -25,8 +25,8 @@ angular.module('ionic.todo.controllers', ['ionic.todo'])
console.log('Created login Ctrl');
$scope.loginForm = {
email: 'max@drifty.com',
password: 'test'
email: 'ihasmax@gmail.com',
password: 'traintown'
};
$scope.close = function() {