1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00

Make app work with login.

This commit is contained in:
Simo Kinnunen 2014-01-27 15:38:40 +09:00
parent d8ca15d002
commit f2066b35fa
15 changed files with 237 additions and 26 deletions

View file

@ -6,7 +6,6 @@ define(['./module'], function(mod) {
var data = {
name: $scope.signin.name.$modelValue
, email: $scope.signin.email.$modelValue
, redirect: $scope.signin.redirect.$modelValue
}
$scope.invalid = false
$http.post('/api/v1/auth', data)