Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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|