Storyboard API Interface and basic project management

Here I add three major components: Firstly, the API abstractions (resources) that drive our consumption of the
storyboard API. Secondly, a series of API mock interceptors that trigger when HTTP requests are made and simulate
the existence of the storyboard API. Lastly, a basic UI for project creation, listing, and management.

Change-Id: Idbce8252237b0f9fbb9dd2330b952f9a6432c694
This commit is contained in:
Michael Krotscheck
2014-01-16 19:12:54 -08:00
parent e9c34dec57
commit 32283d03cc
32 changed files with 1371 additions and 95 deletions

View File

@@ -25,6 +25,5 @@ describe('Storyboard Login Routes', function () {
it('should redirect /auth/provider to /auth/provider/list', function () {
browser.get('http://localhost:9000/#!/auth/provider');
expect(browser.getCurrentUrl()).toContain('#!/auth/provider/list');
});
});