Commit Graph

2 Commits

Author SHA1 Message Date
DamianEdwards 05237d908e MusicStore.Spa fixes:
- Flow app claims to client code properly
- Remove unnecessary JS link
- Fix JS links on login page
2014-10-23 18:06:40 -07:00
DamianEdwards 7055949e7b Enabling admin pages in MusicStore.Spa:
- Updated attribute routing so it works now
- Created a Pages folder and PageController for serving pages, I don't
  like views very much
- Worked around an EF issue
- Fixed ApiResult to use JsonResult.ExecuteResultAsync
- Made PagedList take the sort expression so it can be conditionally applied as calling Count on the query passed causes issues if it contains an OrderBy expression
- Made web server ports not conflict with non-SPA MusicStore
2014-10-06 12:07:21 -07:00