angularjs

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
agungsuyono's picture

Drupal 8 + AngularJS Implementation

I'm trying to use AngularJS in Drupal 8 template. My objective is to get the power of drupal as a backend to do content query, and AngularJS as a front end to make a single one page application. I'm implementing AngularJS in drupal module with name drupal_ng. The complete code is in https://github.com/agungsuyono/drupal_ng. However, I'm wondering whether my implementation is not correct. Because I didn't see the result as expected; it seemed ng-controller didn't work in the HTML template. The javascript controller that I wrote did not bind to the HTML template.

Read more
Nemanja's picture

Headless drupal 8 + AngularJS + NodeJS

We are looking for the best way to create the authentication using Drupal 8 rest server, angular + nodejs...
We created drupal instance, angular app which is hosted on nodejs server, this way we have separated hosts. What we achieved is successful writing of data in drupal session table, but we cannot keep angular session alive... So what is the best way to do this?
Do you have any tips for integrating these technologies?
We would like when we log in to angular app and switch pages to keep the session alive on drupal and in ang. app...

Read more
tyler.frankenstein's picture

Angular JS Module for Drupal

I've created an Angular JS module for Drupal 7. It has full C.R.U.D. support for Drupal's core entity types, session authentication (login, logout, registration) and entity indexing. It automatically handles the X-CSRF-Token needs, and is built on top of the Services module.

The source code is available on GitHub:

https://github.com/easystreet3/angular-drupal

It's also available via npm:

npm install angular-drupal

The plan is start an 8.x branch of this module when D8 RC1 is available. Enjoy!

Read more
iribarne's picture

Mobile Apps with the Ionic Framework - Broward Drupal Meeting Minutes - November 12, 2014

We held our Broward Drupal monthly meetup on Wednesday, November 12th from 7:00pm to 9:00pm.

Remote participants(via Skype and Join.me):
Orlando - Deborah Wilson, Patricia Mathews

In Person (Greater Fort Lauderdale, Broward County Florida):
Luis Salazar @luispixelhead, Andrew Klepner, Carlos Kosloff @asrealty, Jay Epstein @jeppy64 and me @hectoriribarne

This month I (@hectoriribarne, http://iribarne.com) talked about using the Ionic Framework (http://ionicframework.com) for building mobile apps for iPhone and Android using HTML5 and JavaScript.

Below are the topics discussed:

Read more
RobKoberg's picture

AngularJS best practices

Check out: http://toddmotto.com/opinionated-angular-js-styleguide-for-teams/
and
http://toddmotto.com/minimal-angular-module-syntax-approach-using-an-iife/

In the examples posted, I have been seeing angular bad practices. We should be following the best practices in blog posts so as to not lead people down the wrong path.

Read more
liorkesos's picture

Initial version of the mean module

Hi all,
I've submitted the first version of the mean module which is used by us (@linnovate) to decouple the front and the back of our drupal/mean hybrid applications.
You can find it at http://drupal.org/project/mean
The main idea is to have the drupal (through the module) package several jsons together which will be used by the mean installation which is actually delivering the page.
Tell us what you think (see you in the issue queues :)

Read more
Subscribe with RSS Syndicate content