ng-drupal-7-services icon indicating copy to clipboard operation
ng-drupal-7-services copied to clipboard

Well structured AngularJS modules mimic the architecture of Drupal Services 3.x. for your next AngularJS / Ionic Drupal Headless / Decoupled project

Results 2 ng-drupal-7-services issues
Sort by recently updated
recently updated
newest added

Hello, My Controller looks like this: ``` mApp.controller('LoginController', ['$scope', 'UserResource', function($scope, UserResource) { $scope.submit = function(user) { console.log(user); UserResource.login({ "username" : user.name, "password": user.pass }).then( // Login success. function(data) {...

TypeError: Das Objekt unterstützt die Eigenschaft oder Methode "toUTCString" nicht at Anonymous function (http://localhost:8100/bower_components/angular-cookies/angular-cookies.min.js:6:342) at put (http://localhost:8100/bower_components/angular-cookies/angular-cookies.min.js:7:326) at setCookies (http://localhost:8100/bower_components/ng-drupal-7-services/commons/authentication/authentication.service.js:355:4) at Anonymous function (http://localhost:8100/bower_components/ng-drupal-7-services/commons/authentication/authentication.service.js:91:9) at Anonymous function (http://localhost:8100/bower_components/angular/angular.min.js:118:207) at m.prototype.$eval...

bug