Created
January 2, 2015 05:06
-
-
Save wcadap/904dfd9960eca6c0a21b 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", | |
"~/Scripts/Angular1.3.5/angular-ui-bootstrap.js", | |
"~/App/contactApp.js", | |
"~/App/clientRoute.js", | |
"~/App/DataService/contactDataService.js", | |
"~/App/contact/controller/contactController.js" | |
)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment