angular-dpd icon indicating copy to clipboard operation
angular-dpd copied to clipboard

a plugin for angular that allows for easy interaction with deployd

Results 3 angular-dpd issues
Sort by recently updated
recently updated
newest added

Does this work with Angular 2?

Hi, would it be an idea to maybe go towards a firebase approach where you can sync an object or array that automatically would get updated in the $scope, instead...

dpd.users.logout and dpd.users.exec('logout') both fail. The former is undefined and the latter: dpd.users.exec('logout') gets POST http://localhost:2403/users/logout 400 (Bad Request) Also tried adding the following function to the library with no...