angular-drupal
angular-drupal copied to clipboard
An Angular JS module for Drupal.
After successful login, remove call for new token, because token is now returned with login result
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.
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...
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...
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.  If i click cancel...
i download module angular_drupal but this no content any service. is it in development?