Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49076

Data or input didnt send to backand but no error

$
0
0

@rajeluqman wrote:

I'm having issues with the input from the form not being sent to database.
the connection was ok but still doesnt updated in my database backand.

==========================================================
this is app.js

angular.module('app', ['ionic', 'app.controllers', 'app.routes', 'app.services', 'app.directives','Backand'])

.run(function($ionicPlatform) {
$ionicPlatform.ready(function() {
// Hide the accessory bar by default (remove this to show the accessory bar above the keyboard
// for form inputs)
if(window.cordova && window.cordova.plugins.Keyboard) {
cordova.plugins.Keyboard.hideKeyboardAccessoryBar(true);
}
if(window.StatusBar) {
// org.apache.cordova.statusbar required
StatusBar.styleDefault();
}

	});
})

.config(function (BackandProvider) {
BackandProvider.setAppName('careerpath');
BackandProvider.setSignUpToken('0276854b-e76e-4571-aebb-7de86932cb97');
BackandProvider.setAnonymousToken('94ab6a21-22ec-4e4e-b73e-57a7d1083120');
})

Posts: 4

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49076

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>