signalpoint / angular-drupal

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

Is angular_drupal required for D8? #22

Closed kentr closed 8 years ago

kentr commented 8 years ago

The README instructs to install the angular_drupal module, but I can't find it for D8. It's not listed on the project version control page, and drush isn't finding it.

$ drush en angular_drupal
angular_drupal was not found.                                                   [warning]
No release history available for angular_drupal 8.x.                            [error]
$ drush dl angular_drupal
No release history available for angular_drupal 8.x.                            [error]
Could not download requested project(s).

Please advise on the steps to getting this working. Thanks!

kentr commented 8 years ago

Edited the title.

After looking at angular-drupal.js, I wondered if the angular_drupal module is actually required or angular-drupal uses core REST.

kentr commented 8 years ago

Closing as no longer relevant. See #23.