In order to enable Backand in Ionic Creator follow these steps:
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) {