1

I am using the ember-app-kit to build an SPA and am also using azure mobile services on the backend of it to hold my data. I am currently forced into declaring:

var client = new WindowsAzure.MobileServiceClient(
        "xxxxxx",
        "xxxxxx"
        );

I have been doing this declaration in all of my models and controllers. How can make this globally relevant to my application?

Woundedbear
  • 277
  • 1
  • 3
  • 13
  • Have you tried building a custom adapter to consume the Azure API? See: http://stackoverflow.com/questions/17938294/how-do-you-create-a-custom-adapter-for-ember-js – Jon Koops Mar 20 '14 at 23:28

0 Answers0