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

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -