Site icon Hip-Hop Website Design and Development

Nextide Blog: Cheap WordPress maintenance support plans Ember Basic App Refinements

This is part 3 of our series on developing a Decoupled WordPress maintenance support plans Client Application with Ember. If you haven’t yet read the previous articles, it would be best to review Part1 first. In this article, we are going to clean up the code to remove the hard coded URL for the host, move the login form to a separate page and add a basic header and styling.

We currently have defined the host URL in both the adapter (app/adapters/application.js) for the Ember Data REST calls as well as the AJAX Service that we use for the authentication (app/services/ajax.js). This is clearly not a good idea but helped us focus on the initial goal and our simple working app.
Source: New feed