signalpoint / angular-drupal

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

It now checks whether the Drupal 7 site has CleanURLs enabled and change the query string in the path accordingly. #16

Open ovidius72 opened 8 years ago

ovidius72 commented 8 years ago

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 Drupal 7 web sites where the CleanURLs module is enabled