Skip to content

Instantly share code, notes, and snippets.

@wcadap
Last active August 29, 2015 14:12
Show Gist options
  • Save wcadap/855302738f1c0c5006ce to your computer and use it in GitHub Desktop.
Save wcadap/855302738f1c0c5006ce to your computer and use it in GitHub Desktop.
bundles.Add(new ScriptBundle("~/bundles/angularApp").Include(
"~/Scripts/Angular1.3.5/angular.js",
"~/Scripts/Angular1.3.5/angular-route.js",
"~/Scripts/Angular1.3.5/angular-resource.js",
"~/App/contactApp.js",
"~/App/clientRoute.js",
"~/App/contact/controller/contactController.js"
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment