I've been searching the web, but can't seem to find a good answer on this...
Is this the correct way to pass a controller/action URL to Angular?
<div ng-controller="MainCtrl"
ng-init="getScheduleUrl = '@(Url.Action("GetSchedule"))'">
or is there a better way to do it? If I have a lot of URL's to pass, this could get pretty messy pretty fast.