Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created November 26, 2019 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/b735cbed8d647ac900b44f42009b5721 to your computer and use it in GitHub Desktop.
Save bjoerntx/b735cbed8d647ac900b44f42009b5721 to your computer and use it in GitHub Desktop.
public class AngularDataController : Controller
{
// GET: AngularData
public ActionResult Index()
{
return View();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment