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

An Angular JS module for Drupal.

Results 20 angular-drupal issues
Sort by recently updated
recently updated
newest added

Very strange behavior. jdrupal runs perfectly on iOS 10.3 but does nothing on iOS9.x Problem with angular support by safari? I don't have debug tools for mac to investigate it...

8.x

When enabling Language module in Drupal 8.4.4 I get 403 PUT/PATCH error on user register/update

8.x

As the title states the anonymous user is always returned when trying to log in. ``` angular.module('angular-drupal').config(function($provide) { $provide.value('drupalSettings', { sitePath: 'http://api.circuit-territory.vm' }); }); ``` ``` drupal.userLogin('test', 'test!').then(function(data) { console.log(data);...

bug
8.x

Not sure at this point what is going on. All my other app calls work but when I call logout there is no response. Running D8. There is also some...

help wanted
8.x

I was attempting to load a menu entity. I get: ``` angular.js:13920 TypeError: this[this.ucfirst(...)] is not a constructor at Object.jDrupal.entityLoad (http://localhost:9000/bower_components/jdrupal/jdrupal.js:452:16) at menuLoad (http://localhost:9000/scripts/services/menu.js:14:21) at new (http://localhost:9000/scripts/controllers/main-menu.js:18:24) at Object.invoke (http://localhost:9000/bower_components/angular/angular.js:4718:19)...

@signalpoint Thank you for helping me solve the last problem. I have found the answer. I have a new problem, when I create node with entity field always gave error,...

When I try to login to the Drupal site the login is failing. Any help would be appreciated. FYI: I added console.log statements in the user_login and connect functions. Here...

7.x-1.x

Hello, I'm trying to build a mobile app using angular-drupal. After configure everything, when I call the user_login() in my controller, it shows 'NOT A VALID USER!' message. ``` myApp.controller("TestController",...

question
7.x-1.x

In drupal you can set the cookie domain in your settings.php. Can you authenticate using that?

question

Very good tools! When I update user or node how to get success message and error message.I saw jDruapl api there are success message, but I could not read it....

question