signalpoint / angular-drupal

An Angular JS module for Drupal.
GNU General Public License v2.0
116 stars 33 forks source link

Error: drupal.token (...).then is not a function #17

Open pk-pro opened 8 years ago

pk-pro commented 8 years ago

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

Please HELP!