dorianch / Ionic-Angular-Headless-Drupal-Demo

Angular-API client for your decoupled "headless" Drupal setup with services. This is working perfect with Ionic.

Home Page: http://www.drupalionic.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal-Ionic-AngularJS-API-Client

Headless / Decoupled Drupal with AngularJs and the Ionic Framework / SDK

This repo shows usecases of the ng-drupal7-services project.

Demo

http://www.drupalionic.org/app_demo/www/index.html

Features

  • Show tour on first visit only
  • Redirect and auto login of new and registered users
  • Access control for ui-router and elements
  • Authentication Service
  • Drupal Services3 Resource-Services demos

#install npm install cordova gulp ionic ##Dependencies $ bower install ngCordova -save $ bower install angular-cookie -save $ bower install angular-messages -save $ bower install https://github.com/BioPhoton/ng-drupal7-services.git -save

##Plugins $ cordova plugin add org.apache.cordova.network-information

##Drupal #Modules install services 3 services views

#Config export for services module

#account settungs uncheck require email confirm

ApiClient config

drupalIonicAngularJSAPIClient
	.config( function (  drupalApiConfig ) {
		drupalApiConfig.api_endpoint += 'v1/';
});

##Debugging

Projectname => Ensure this value has maximum 32 characters

About

Angular-API client for your decoupled "headless" Drupal setup with services. This is working perfect with Ionic.

http://www.drupalionic.org


Languages

Language:JavaScript 77.9%Language:CSS 17.1%Language:C++ 2.9%Language:HTML 0.8%Language:Objective-C 0.7%Language:Java 0.4%Language:C# 0.2%Language:C 0.0%