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

The Services module now includes the new token in the result of a login call, so we don't need to manually grab the token after logging in any more.

enhancement

If you place "main" in the bower.js then you can use grunt and wiredep to auto add the js file to your index. I am using yeoman and when installing...

I have installed drupalgap 2 in my drupal site and developed an ionic/angular based app to connect the web site. But something strange happened when I call user_login() in my...

question

Update examples in `README` to match recent refactor.

bug
8.x

Hi Tyler, Grt Job with this module. I myself learned a lot. I was trying to node_index(query) from drupal when I discovered the code doesn't have sort & direction parameter...

enhancement
7.x-1.x

Hi, I needed to use the 'attach files to node resource' targeted action provided by services but didn't find that capability in this module. I got something working & thought...

Really need help! For all requests, using token, I get example: ``` drupal.user_logout().then(function(data) { if (!data.user.uid) { alert('Logged out!'); } }); ``` return: Error: drupal.token (...).then is not a function...

The Angual module now checks if the Drupal site has CleanUrls enabled, prepending the query path string with '/?q' if not, or with just '/' otherwise', fixing a problem with...

Hi, I keep getting an authentication popup window, if user is already logged on or passing wrong user details. ![screen shot 2015-09-08 at 11 23 04](https://cloud.githubusercontent.com/assets/6547117/9731228/0035828a-561c-11e5-982d-8577383a7246.png) If i click cancel...

i download module angular_drupal but this no content any service. is it in development?

help wanted