Skip to content

Instantly share code, notes, and snippets.

@itayher
itayher / ioniccreator.md
Last active October 20, 2017 06:28
How to add Backand to Ionic Creator

In order to enable Backand in Ionic Creator follow these steps:

Add Config File

Under 'Other JS' add new file name bkndconfig.js, with this code (override the entrire code in the page):

angular.module('app.config', [])
// remember to add "app.config" to your angular modules in Code Settings

.config(function(BackandProvider) {