moxie-lean / ng-patternlab

Atomic Design Patternlab in Angular for use with the LEAN Ecosystem
http://getmoxied.net/lean
MIT License
0 stars 1 forks source link

Manually set cookies returned by gforms submissions. #66

Closed andybar2 closed 7 years ago

andybar2 commented 7 years ago

Bug fix

The cookies that are returned from the gforms submissions are not being stored in the browser by the angular $http service.

Manually store the cookies returned from gforms submissions using the angular $cookies service. Related to: https://github.com/moxie-lean/wp-gravity-forms/pull/2

No