Re: Vacancy for a CakePHP developer in London (Farringdon)

2016-04-14 Thread Dr. Tarique Sani
:D On Fri, Apr 8, 2016 at 1:18 PM, Jeremy Burns : Class Outfit < jeremybu...@classoutfit.com> wrote: > Thank you, but Delhi is a long commute. I don’t think that will work. This > is an on site position. > > On 8 Apr 2016, at 08:18, Kamal Deol wrote: > > > > On Fri, Apr 8,

How to update the view after submitting a form with angularjs?

2016-04-14 Thread Ryan Piper
I got a simple login page working very similar to how the blog example is set up. Except, the view is pretty much all entirely angularjs. Accordingly, the actual http function is: $http({ method : 'POST', url: '/users/login', data : $scope.formData }).success(function(data,