Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pj-mill/angularjs_webapi_jasmine_karma
A look at a wide range of features & functionality concerning AngularJS, Web Api 2, Jasmine & Karma.
https://github.com/pj-mill/angularjs_webapi_jasmine_karma
angularjs cors csharp expressjs gravatar jasmine jquery karma nodejs web-api-2
Last synced: 5 days ago
JSON representation
A look at a wide range of features & functionality concerning AngularJS, Web Api 2, Jasmine & Karma.
- Host: GitHub
- URL: https://github.com/pj-mill/angularjs_webapi_jasmine_karma
- Owner: pj-mill
- Created: 2016-11-22T05:41:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T15:08:57.000Z (almost 8 years ago)
- Last Synced: 2024-03-20T12:53:09.405Z (10 months ago)
- Topics: angularjs, cors, csharp, expressjs, gravatar, jasmine, jquery, karma, nodejs, web-api-2
- Language: JavaScript
- Homepage:
- Size: 688 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularJS_WebApi_Jasmine_Karma
---
A look at a wide range of features & functionality concerning AngularJS, Web Api 2, Jasmine & Karma. (under development)
---
Developed with Visual Studio 2015 Community
---
###Techs
|Tech|
|----|
|C#|
|Web Api 2|
|AngularJS|
|NodeJS / ExpressJS|
|jQuery|
|Jasmine|
|Karma|
|Sinon.js|
|Json|
|[Gravatar](https://en.gravatar.com/)|---
### Features
|Feature|Description|
|-------|-----------|
|Built-in Directives|ngApp, ngCloak, ngClick, ngHide, ngShow, ngBind, ngModel, ngController, ngSrc, ngNonBindable|
|Built-in Filters|Uppercase / lowercase, currency, date (medium,mediumDate), json, limitTo, orderBy, filter|
|Custom Filters| Displaying a string literal in place of an integer|
|Validation|required, ngPattern, classes|
|Built-in Services|$http, $anchorScroll, $compile, $locale, $timeout, $interval, $filter, $location|
|Custom Services|Data service that accesses a web api service & a gravatar service|
|Caching| $cacheFactory in a cache service|
|Routing| $locationProvider, $routeProvider & $routeParams, $route|
|CORS| Server side |
|Attribute Routing| Server side |
|File IO| Server side with Json |
|Continuous integration| Implemented with Jasmine & Karma|