Skip to main content

Posts

Showing posts with the label access mvc 5 web api 2 in angularjs

Access MVC 5 Web API 2 in AngularJs

The Table of Contents  The Reference file URLs.  The HTML code-sample  The AngularJs code- sample  The Reference file URL s. ? 1 2 3 4 5 <link rel= "stylesheet" type= "text/css" href= " http://angular-ui.github.com/ng-grid/css/ng-grid.css " /> <script src= " https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js " ></script> <script src= "//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-rc.1/angular.min.js" ></script> <script type= "text/javascript" src= " http://angular-ui.github.com/ng-grid/lib/ng-grid.debug.js " ></script> <script src= "~/Scripts/app/CustonPlugins/ng-grid.csv.export.plugin.js" ></script> <link rel="stylesheet" type="text/css" href="http://angular-ui.github.com/ng-grid/css/ng-grid.css" /> <script src="https://ajax.googleapis.com/ajax/lib...