javascript - Making azuremobileclient globally accessible in Ember.js -
i using ember-app-kit build spa , using azure mobile services on backend of hold data. forced declaring:
var client = new windowsazure.mobileserviceclient( "xxxxxx", "xxxxxx" );
i have been doing declaration in of models , controllers. how can make globally relevant application?
Comments
Post a Comment