Skip to content

Instantly share code, notes, and snippets.

@sitefinitysteve
Last active January 31, 2018 15:16
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 sitefinitysteve/5a142b4fac8affe8f7db5f5e653a80fd to your computer and use it in GitHub Desktop.
Save sitefinitysteve/5a142b4fac8affe8f7db5f5e653a80fd to your computer and use it in GitHub Desktop.
@model SitefinityWebApp.Mvc.Models.MyModel
@using Telerik.Sitefinity.Frontend.Mvc.Helpers;
@Html.Script(Url.WidgetContent("Mvc/Scripts/Angular/angular.min.js"), "angular")
@Html.Script(Url.WidgetContent("Mvc/Scripts/Angular/angular-sanitize.min.js"), "angular")
@Html.Script("/MVC/Views/MyWidget/Resources/SitefinityAngularBootstrap.js", "bottom")
<div class="my-widget">
<div ng-controller="sessionsController">
{{ message }}
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment