UNPKG

angular-odata-resources

Version:

Allows making fluent OData queries from angular resources

46 lines (25 loc) 1.21 kB
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Jasmine Spec Runner</title> <link rel="shortcut icon" type="image/png" href=".grunt/grunt-contrib-jasmine/jasmine_favicon.png"> <link rel="stylesheet" type="text/css" href=".grunt/grunt-contrib-jasmine/jasmine.css"> </head> <body> <script src=".grunt/grunt-contrib-jasmine/es5-shim.js"></script> <script src=".grunt/grunt-contrib-jasmine/jasmine.js"></script> <script src=".grunt/grunt-contrib-jasmine/jasmine-html.js"></script> <script src=".grunt/grunt-contrib-jasmine/json2.js"></script> <script src=".grunt/grunt-contrib-jasmine/boot.js"></script> <script src="specs/dependencies/angular.js"></script> <script src="specs/dependencies/angular-mocks.js"></script> <script src="specs/dependencies/matchers.js"></script> <script src="specs/dependencies/configuration.js"></script> <script src="build/odataresources.js"></script> <script src="specs/ODataResourcesTest.js"></script> <script src="specs/ODataTest.js"></script> <script src="specs/angularresourcesTest.js"></script> <script src=".grunt/grunt-contrib-jasmine/reporter.js"></script> </body> </html>