Last active
August 29, 2015 14:12
-
-
Save wcadap/855302738f1c0c5006ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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