From 5e2bde6cc860c861143164b4b28c31d14912ab63 Mon Sep 17 00:00:00 2001 From: niteshgjoshi Date: Sat, 17 Jan 2015 03:41:55 +0530 Subject: [PATCH 01/80] Added laravel-angular --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df64534..b1977c7 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Table of contents: * [linemanjs/lineman-angular-template](https://github.com/linemanjs/lineman-angular-template) - This is a project template for Angular JS applications using Lineman. * [meanjs/mean](https://github.com/meanjs/mean) - Mongo + ExpressJS + AngularJS + NodeJS boilerplate * [linnovate/mean](https://github.com/linnovate/mean) - Mongo + ExpressJS + AngularJS + NodeJS boilerplate by Linnovate +* [melvin0008/laravel-angular](https://github.com/melvin0008/laravel-angular) - Laravel + AngularJS + CouchDB boilerplate by Melvin ## User Manager * [lynndylanhurley/ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) - Token based authentication module for angular.js From 69bad1c9a8c09b963f77b6f9e58216a5752c6484 Mon Sep 17 00:00:00 2001 From: Stewan Pacheco Date: Tue, 10 Feb 2015 12:55:51 -0200 Subject: [PATCH 02/80] add angular-morris-chart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1977c7..926c89b 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ Table of contents: * [bouil/angular-google-chart](https://github.com/bouil/angular-google-chart) - Google Chart Tools AngularJS Directive Module * [chinmaymk/angular-charts](https://github.com/chinmaymk/angular-charts) - angular directives for creating common charts using d3 * [carlcraig/tc-angular-chartjs](https://github.com/carlcraig/tc-angular-chartjs) - Add Chart.js charts to your angular application +* [stpa-co/angular-morris-chart](https://github.com/stpa-co/angular-morris-chart) - Create morris chart easily with this directives ## Task * [ericclemmons/grunt-angular-templates](https://github.com/ericclemmons/grunt-angular-templates) - Grunt build task to concatenate & pre-load your AngularJS templates From 7aaaf730f8bf9884a90aa21b6af6e035ecd9843b Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Thu, 12 Mar 2015 10:50:37 -0600 Subject: [PATCH 03/80] Adding angular-formly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 926c89b..1a44f27 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Table of contents: ## Data Manage * [esvit/ng-table](https://github.com/esvit/ng-table) - Simple table with sorting and filtering on AngularJS * [huei90/angular-validation](https://github.com/huei90/angular-validation) - Client-side Validation for AngularJS +* [formly-js/angular-formly](https://github.com/formly-js/angular-formly) - JavaScript powered forms * [kelp404/angular-validator](https://github.com/kelp404/angular-validator) - AngularJS form validation * [Textalk/angular-schema-form](https://github.com/Textalk/angular-schema-form) - Generate forms from a JSON schema, with AngularJS * [angular-ui/ng-grid](https://github.com/angular-ui/ng-grid) - UI Grid: an Angular Data Grid From 4f9c6bf1d20a42d6a55c21a1bbb11d11208fd50c Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Wed, 25 Mar 2015 22:48:15 +0200 Subject: [PATCH 04/80] Added Smart-Table, angular-xeditable and trNgGrid --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1a44f27..1d180a6 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ Table of contents: * [angular-ui/ng-grid](https://github.com/angular-ui/ng-grid) - UI Grid: an Angular Data Grid * [jbroquist/parse-angular](https://github.com/jbroquist/parse-angular) - Utilities for working with Parse.com data. * [laurihy/angular-payments](https://github.com/laurihy/angular-payments) - Module that provides AngularJS-directives for formatting, validating and working with payments +* [lorenzofox3/Smart-Table](https://github.com/lorenzofox3/Smart-Table) - a table/grid for AngularJS +* [vitalets/angular-xeditable](https://github.com/vitalets/angular-xeditable) - Edit in place for AngularJS +* [MoonStorm/trNgGrid](https://github.com/MoonStorm/trNgGrid) - A feature rich Angular grid using standard HTML tables ## Developer * [angular/protractor](https://github.com/angular/protractor) - E2E test framework for Angular apps From 6346972ebe9df69d498582b74265d02aede218cc Mon Sep 17 00:00:00 2001 From: Hemslo Date: Thu, 2 Apr 2015 12:03:39 +0800 Subject: [PATCH 05/80] Fix typo in README.md sroze/ngInfineScroll -> sroze/ngInfiniteScroll --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d180a6..4700287 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Table of contents: ## Directive * [zizzamia/ng-tasty](https://github.com/zizzamia/ng-tasty) - Lightweight, flexible, and tasty collection of reusable UI components for AngularJS, like grandma used to make. ( table directive, range filter ) * [esvit/angular-social](https://github.com/esvit/angular-social) - Social like-buttons with counters for sites (even ajax sites) -* [sroze/ngInfineScroll](https://github.com/sroze/ngInfiniteScroll/) - Infinite Scrolling for AngularJS +* [sroze/ngInfiniteScroll](https://github.com/sroze/ngInfiniteScroll/) - Infinite Scrolling for AngularJS * [fraywing/textAngular/](https://github.com/fraywing/textAngular/) - A radically powerful Text-Editor/Wysiwyg editor for Angular.js! Create multiple editor instances, two-way-bind HTML content, watch editors for changes and more! * [cgross/angular-busy](https://github.com/cgross/angular-busy) - Show busy/loading indicators on any element during $http requests * [lavinjj/angularjs-gravatardirective](https://github.com/lavinjj/angularjs-gravatardirective) - An AngularJS Gravatar Image Directive. From 53b1466a99eb6456d0c9b30f01e03617afa48100 Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Fri, 3 Apr 2015 00:01:03 +0300 Subject: [PATCH 06/80] Added angular-grid --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4700287..b540a39 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Table of contents: * [lorenzofox3/Smart-Table](https://github.com/lorenzofox3/Smart-Table) - a table/grid for AngularJS * [vitalets/angular-xeditable](https://github.com/vitalets/angular-xeditable) - Edit in place for AngularJS * [MoonStorm/trNgGrid](https://github.com/MoonStorm/trNgGrid) - A feature rich Angular grid using standard HTML tables +* [ceolter/angular-grid](https://github.com/ceolter/angular-grid) - An Advanced Datagrid for AngularJS ## Developer * [angular/protractor](https://github.com/angular/protractor) - E2E test framework for Angular apps From 442d7ceafdf36c0e856a5914fe47b80638d8e48f Mon Sep 17 00:00:00 2001 From: Otemuyiwa Prosper Date: Thu, 23 Apr 2015 13:08:13 +0100 Subject: [PATCH 07/80] Updated with AngularJs Promises Hoping to add more angularjs promises resources pretty soon --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b540a39..cf74210 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ Table of contents: ## Routing * [angular-ui/ui-utils](https://github.com/angular-ui/ui-utils) - Swiss-Army-Knife of AngularJS tools +## Promises +* [AngularJs and Promises](http://weblog.west-wind.com/posts/2014/Oct/24/AngularJs-and-Promises-with-the-http-Service) + ## Filter * [jdpedrie/angularjs-camelCase-to-human-filter](https://github.com/jdpedrie/angularjs-camelCase-to-human-filter) - AngularJS Filter to convert camelCase strings to human readable strings From b670fb3b7a395d519e1e515a5fe464b2991fdcbb Mon Sep 17 00:00:00 2001 From: Otemuyiwa Prosper Date: Thu, 23 Apr 2015 13:17:20 +0100 Subject: [PATCH 08/80] Removed AngularJS tutorial about Promises --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index cf74210..73fc4a9 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,6 @@ Table of contents: ## Routing * [angular-ui/ui-utils](https://github.com/angular-ui/ui-utils) - Swiss-Army-Knife of AngularJS tools -## Promises -* [AngularJs and Promises](http://weblog.west-wind.com/posts/2014/Oct/24/AngularJs-and-Promises-with-the-http-Service) ## Filter * [jdpedrie/angularjs-camelCase-to-human-filter](https://github.com/jdpedrie/angularjs-camelCase-to-human-filter) - AngularJS Filter to convert camelCase strings to human readable strings From 1ef512bdf071fe8ae7784fbb5a84febd8a29e24d Mon Sep 17 00:00:00 2001 From: Otemuyiwa Prosper Date: Thu, 23 Apr 2015 13:19:06 +0100 Subject: [PATCH 09/80] Added Angularjs Directive for handling maps with Leaflet --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 73fc4a9..fc29ef4 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Table of contents: ## Directive * [zizzamia/ng-tasty](https://github.com/zizzamia/ng-tasty) - Lightweight, flexible, and tasty collection of reusable UI components for AngularJS, like grandma used to make. ( table directive, range filter ) +* [tombatossals/angular-leaflet-directive](https://github.com/tombatossals/angular-leaflet-directive) - AngularJS directive to embed and interact with maps managed by Leaflet library. * [esvit/angular-social](https://github.com/esvit/angular-social) - Social like-buttons with counters for sites (even ajax sites) * [sroze/ngInfiniteScroll](https://github.com/sroze/ngInfiniteScroll/) - Infinite Scrolling for AngularJS * [fraywing/textAngular/](https://github.com/fraywing/textAngular/) - A radically powerful Text-Editor/Wysiwyg editor for Angular.js! Create multiple editor instances, two-way-bind HTML content, watch editors for changes and more! From f7a0069558eb87e0c68d8a12bca5780a593cd34f Mon Sep 17 00:00:00 2001 From: Giorgio Fellipe Date: Thu, 7 May 2015 19:10:28 -0300 Subject: [PATCH 10/80] Add an Ionic + AngularJS + Parse.com boilerplate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc29ef4..6e9bf2d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Table of contents: * [meanjs/mean](https://github.com/meanjs/mean) - Mongo + ExpressJS + AngularJS + NodeJS boilerplate * [linnovate/mean](https://github.com/linnovate/mean) - Mongo + ExpressJS + AngularJS + NodeJS boilerplate by Linnovate * [melvin0008/laravel-angular](https://github.com/melvin0008/laravel-angular) - Laravel + AngularJS + CouchDB boilerplate by Melvin +* [giorgiofellipe/ionic-angular-parse-boilerplate](https://github.com/giorgiofellipe/ionic-angular-parse-boilerplate) - Ionic + AngularJS + Parse.com boilerplate by Giorgio Fellipe ## User Manager * [lynndylanhurley/ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) - Token based authentication module for angular.js From c9e9e95191df26008b22921e6989b62da679fc74 Mon Sep 17 00:00:00 2001 From: Giorgio Fellipe Date: Thu, 7 May 2015 19:18:35 -0300 Subject: [PATCH 11/80] Add angular-parse library to the Data Manage list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e9bf2d..89c5506 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Table of contents: * [Textalk/angular-schema-form](https://github.com/Textalk/angular-schema-form) - Generate forms from a JSON schema, with AngularJS * [angular-ui/ng-grid](https://github.com/angular-ui/ng-grid) - UI Grid: an Angular Data Grid * [jbroquist/parse-angular](https://github.com/jbroquist/parse-angular) - Utilities for working with Parse.com data. +* [jimrhoskins/angular-parse](https://github.com/jimrhoskins/angular-parse) - Module for interacting with the Parse REST API * [laurihy/angular-payments](https://github.com/laurihy/angular-payments) - Module that provides AngularJS-directives for formatting, validating and working with payments * [lorenzofox3/Smart-Table](https://github.com/lorenzofox3/Smart-Table) - a table/grid for AngularJS * [vitalets/angular-xeditable](https://github.com/vitalets/angular-xeditable) - Edit in place for AngularJS From a787dd297d4125100e282f1760973e4e1b4b30f9 Mon Sep 17 00:00:00 2001 From: Igor Okulist Date: Sun, 17 May 2015 21:36:38 -0700 Subject: [PATCH 12/80] Add okigan/angular-sensible-seed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89c5506..325e786 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Table of contents: ## Seed Projects * [ngbp/ngbp](https://github.com/ngbp/ngbp) - A sophisticated build management system for web apps * [vesparny/angular-kickstart](https://github.com/vesparny/angular-kickstart) - Speed up your AngularJS development and testing with a complete and scalable build system that scaffolds the project for you. +* [okigan/angular-sensible-seed](https://github.com/okigan/angular-sensible-seed) - Opinionated angular starter project with per feature directory structure, static content, gulp build system, integrated logo/search/ui-router/ui-bootstrap/less. * [angular/angular-seed](https://github.com/angular/angular-seed) - Seed project for angular apps. * [vesparny/angularjs-playground](https://github.com/vesparny/angularjs-playground) - A starting point that follows best-practices, for being up and running in minutes with angularJS * [StarterSquad/ngSeed](https://github.com/StarterSquad/ngseed) - AngularJS/RequireJS seed project From 21afb20ab91d493e2531256693bf0520852fa0f6 Mon Sep 17 00:00:00 2001 From: Geovanni Perez Date: Mon, 18 May 2015 12:22:10 -0500 Subject: [PATCH 13/80] Adding Tubular Directive --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89c5506..b99bfc5 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Table of contents: * [angular-ui/ui-sortable](https://github.com/angular-ui/ui-sortable) - AngularJS bindings for jQuery UI Sortable * [durated/angular-scroll](https://github.com/durated/angular-scroll) - Scrollspy, animated scrollTo and scroll events for angular.js * [jeffling/ng-tether](https://github.com/jeffling/ng-tether) - Angular wrapper for Tether: make absolutely positioned elements attach to elements in the page efficiently +* [unosquare/tubular](https://github.com/unosquare/tubular) -AngularJS directives for grids and forms ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From e0205b55130fb491370b0d9dd46ed73465e7d3a8 Mon Sep 17 00:00:00 2001 From: Kim Maida Date: Tue, 19 May 2015 09:07:46 -0400 Subject: [PATCH 14/80] Add kmaida/reStart-angular to Seed Projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b99bfc5..1ca1cb1 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Table of contents: * [vesparny/angular-kickstart](https://github.com/vesparny/angular-kickstart) - Speed up your AngularJS development and testing with a complete and scalable build system that scaffolds the project for you. * [angular/angular-seed](https://github.com/angular/angular-seed) - Seed project for angular apps. * [vesparny/angularjs-playground](https://github.com/vesparny/angularjs-playground) - A starting point that follows best-practices, for being up and running in minutes with angularJS +* [kmaida/reStart-angular](https://github.com/kmaida/reStart-angular) - Responsive AngularJS seed project following styleguide best practices * [StarterSquad/ngSeed](https://github.com/StarterSquad/ngseed) - AngularJS/RequireJS seed project * [tnajdek/angular-requirejs-seed](https://github.com/tnajdek/angular-requirejs-seed) - This is a fork of Angular Seed but with changes needed for requireJS support. * [btford/angular-express-blog](https://github.com/btford/angular-express-blog) - Example AngularJS app using an Express + Node.js backend. From 1d96eeffbeabb5e6e03da646a7848b4d910746ba Mon Sep 17 00:00:00 2001 From: Iago Pimenta Date: Mon, 1 Jun 2015 00:06:05 -0300 Subject: [PATCH 15/80] Add mgcrea/angular-strap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92f1c0b..f31de5f 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Table of contents: * [decipherinc/angular-debaser](https://github.com/decipherinc/angular-debaser/) - Just a better way to test AngularJS apps ## View +* [AngularStrap](http://mgcrea.github.io/angular-strap) - AngularJS native directives for Bootstrap. * [Angular UI](http://angular-ui.github.io/) - Angular UI is the companion suite(s) to the AngularJS framework. * [Augus/ngAnimate](https://github.com/Augus/ngAnimate) - ngAnimate is best effect sulotion made for AngularJS * [btford/angular-modal](https://github.com/btford/angular-modal) - Simple AngularJS service for creating modals From 0a268daa05c754bb841e2b9e16b42128277d3d83 Mon Sep 17 00:00:00 2001 From: Emmanuel DEMEY Date: Sat, 6 Jun 2015 13:28:10 +0200 Subject: [PATCH 16/80] Add Gillespie59/eslint-plugin-angular project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f31de5f..ffcaec6 100644 --- a/README.md +++ b/README.md @@ -172,3 +172,4 @@ Table of contents: * [angularjs-styleguide](https://github.com/johnpapa/angularjs-styleguide) - A guide describing good programming practices for Angular JS * [angular-js.in](http://angular-js.in/) - A curated collection of angular directives * [mgechev/angularjs-in-patterns](https://github.com/mgechev/angularjs-in-patterns) - This repository provides different look into AngularJS. +* [Gillespie59/eslint-plugin-angular](https://github.com/Gillespie59/eslint-plugin-angular) - ESLint plugin for AngularJS application From b77fe348523ac08065163a98343e2d9c28c8b964 Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Tue, 9 Jun 2015 22:12:02 +0300 Subject: [PATCH 17/80] Added ng-notify --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ffcaec6..585434f 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Table of contents: * [durated/angular-scroll](https://github.com/durated/angular-scroll) - Scrollspy, animated scrollTo and scroll events for angular.js * [jeffling/ng-tether](https://github.com/jeffling/ng-tether) - Angular wrapper for Tether: make absolutely positioned elements attach to elements in the page efficiently * [unosquare/tubular](https://github.com/unosquare/tubular) -AngularJS directives for grids and forms +* [matowens/ng-notify](https://github.com/matowens/ng-notify) - A simple, lightweight module for displaying notifications in your AngularJS app ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From f8044b62c70c43899fd44add9ffa3ea93cf42ad0 Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Tue, 9 Jun 2015 22:17:13 +0300 Subject: [PATCH 18/80] Edited angularjs-styleguide to include author and description from the repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffcaec6..fa6b3e2 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ Table of contents: ## Other * [mgechev/angularjs-style-guide](https://github.com/mgechev/angularjs-style-guide) - Community-driven set of best practices for AngularJS application development * [shyamseshadri/angularjs-book](https://github.com/shyamseshadri/angularjs-book) - Examples and Code snippets from the AngularJS O'Reilly book -* [angularjs-styleguide](https://github.com/johnpapa/angularjs-styleguide) - A guide describing good programming practices for Angular JS +* [johnpapa/angularjs-styleguide](https://github.com/johnpapa/angularjs-styleguide) - A starting point for Angular development teams to provide consistency through good practices * [angular-js.in](http://angular-js.in/) - A curated collection of angular directives * [mgechev/angularjs-in-patterns](https://github.com/mgechev/angularjs-in-patterns) - This repository provides different look into AngularJS. * [Gillespie59/eslint-plugin-angular](https://github.com/Gillespie59/eslint-plugin-angular) - ESLint plugin for AngularJS application From 8147c00c9d6ccf7bc334a6c9d12f9ef22febaaf1 Mon Sep 17 00:00:00 2001 From: Cedric TESNIERE Date: Thu, 18 Jun 2015 15:16:13 +0200 Subject: [PATCH 19/80] add driftyco/ionic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efc1cdb..7c2680c 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Table of contents: * [ajoslin/angular-mobile-nav](https://github.com/ajoslin/angular-mobile-nav) - An angular navigation service for mobile applications * [driftyco/ng-cordova](https://github.com/driftyco/ng-cordova/) - AngularJS Cordova wrappers for common Cordova plugins * [revolunet/angular-carousel](https://github.com/revolunet/angular-carousel) - Mobile friendly AngularJS carousel +* [driftyco/ionic](https://github.com/driftyco/ionic) - Advanced HTML5 Hybrid Mobile App Framework ## Web Service * [mgonto/restangular](https://github.com/mgonto/restangular) - AngularJS service to handle Rest API Restful Resources properly and easily From b3ff56283ab6de98f8c5fa38e4b797c4ecd5e208 Mon Sep 17 00:00:00 2001 From: Munir Ahmed Date: Thu, 25 Jun 2015 17:37:29 -0300 Subject: [PATCH 20/80] Adicionado novo seed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c2680c..0fe35b0 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Table of contents: * [linnovate/mean](https://github.com/linnovate/mean) - Mongo + ExpressJS + AngularJS + NodeJS boilerplate by Linnovate * [melvin0008/laravel-angular](https://github.com/melvin0008/laravel-angular) - Laravel + AngularJS + CouchDB boilerplate by Melvin * [giorgiofellipe/ionic-angular-parse-boilerplate](https://github.com/giorgiofellipe/ionic-angular-parse-boilerplate) - Ionic + AngularJS + Parse.com boilerplate by Giorgio Fellipe +* [the-front/angularjs-ee-boilerplate](https://github.com/the-front/angularjs-ee-boilerplate) - This boilerplate (seed project, starting project) helps you build large scale Angular.js applications with Require.js by Erko Bridee ## User Manager * [lynndylanhurley/ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) - Token based authentication module for angular.js From 6a25cbf1b1d2c72dceb2ff26f21e95591011a182 Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Sat, 27 Jun 2015 00:19:29 +0200 Subject: [PATCH 21/80] Fixed #42 I removed link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0fe35b0..7144a59 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,6 @@ Table of contents: ## Task * [ericclemmons/grunt-angular-templates](https://github.com/ericclemmons/grunt-angular-templates) - Grunt build task to concatenate & pre-load your AngularJS templates -* [jdpedrie/grunt-angular-package](https://github.com/jdpedrie/grunt-angular-package) - Add assets for angular packages to your app's index.html file * [Kagami/gulp-ng-annotate](https://github.com/Kagami/gulp-ng-annotate) - Add angularjs dependency injection annotations with ng-annotate * [jeffling/ngmin-webpack-plugin](https://github.com/jeffling/ngmin-webpack-plugin) - Webpack plugin for injection of annotations (for pre-minimization) From d475fed335cb98226a8b2a14b82b53c670517600 Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Sat, 27 Jun 2015 00:21:47 +0200 Subject: [PATCH 22/80] Fixed #40 add license chapter --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7144a59..4db84da 100644 --- a/README.md +++ b/README.md @@ -175,3 +175,9 @@ Table of contents: * [angular-js.in](http://angular-js.in/) - A curated collection of angular directives * [mgechev/angularjs-in-patterns](https://github.com/mgechev/angularjs-in-patterns) - This repository provides different look into AngularJS. * [Gillespie59/eslint-plugin-angular](https://github.com/Gillespie59/eslint-plugin-angular) - ESLint plugin for AngularJS application + +## License + +[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/) + +To the extent possible under law, [Gianluca Arbezzano](http://gianarb.it) has waived all copyright and related or neighboring rights to this work. From abeaf2ae08f4f580aec1c22226faba5c09b4f2d4 Mon Sep 17 00:00:00 2001 From: sobrien Date: Tue, 7 Jul 2015 11:07:42 -0400 Subject: [PATCH 23/80] simple typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4db84da..1d97be6 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Table of contents: ## View * [AngularStrap](http://mgcrea.github.io/angular-strap) - AngularJS native directives for Bootstrap. * [Angular UI](http://angular-ui.github.io/) - Angular UI is the companion suite(s) to the AngularJS framework. -* [Augus/ngAnimate](https://github.com/Augus/ngAnimate) - ngAnimate is best effect sulotion made for AngularJS +* [Augus/ngAnimate](https://github.com/Augus/ngAnimate) - ngAnimate is best effect solution made for AngularJS * [btford/angular-modal](https://github.com/btford/angular-modal) - Simple AngularJS service for creating modals ## Service From fe400411dbc3a0141f5857f8ad6fb9157389fbfe Mon Sep 17 00:00:00 2001 From: Vadim Gribanov Date: Tue, 14 Jul 2015 17:10:04 +0300 Subject: [PATCH 24/80] Add angular-tablesort --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d97be6..00168e7 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ Table of contents: * [vitalets/angular-xeditable](https://github.com/vitalets/angular-xeditable) - Edit in place for AngularJS * [MoonStorm/trNgGrid](https://github.com/MoonStorm/trNgGrid) - A feature rich Angular grid using standard HTML tables * [ceolter/angular-grid](https://github.com/ceolter/angular-grid) - An Advanced Datagrid for AngularJS +* [mattiash/angular-tablesort](https://github.com/mattiash/angular-tablesort) - Sort angularjs tables easily ## Developer * [angular/protractor](https://github.com/angular/protractor) - E2E test framework for Angular apps From 803d8db79aaf629c644ec17e3d05b7ab00e3e961 Mon Sep 17 00:00:00 2001 From: Philipp Alferov Date: Fri, 24 Jul 2015 10:38:26 -0400 Subject: [PATCH 25/80] Add dragular --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00168e7..59ba5d2 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Table of contents: * [jeffling/ng-tether](https://github.com/jeffling/ng-tether) - Angular wrapper for Tether: make absolutely positioned elements attach to elements in the page efficiently * [unosquare/tubular](https://github.com/unosquare/tubular) -AngularJS directives for grids and forms * [matowens/ng-notify](https://github.com/matowens/ng-notify) - A simple, lightweight module for displaying notifications in your AngularJS app +* [dragular](https://github.com/luckylooke/dragular) - Angular drag and drop based on dragula.js ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From 46b40997cdaff1ea62776091c1f4db03cf36487c Mon Sep 17 00:00:00 2001 From: Hernan Rajchert Date: Wed, 29 Jul 2015 11:06:35 -0300 Subject: [PATCH 26/80] Added angular-screenfull --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 59ba5d2..76cf87f 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Table of contents: * [unosquare/tubular](https://github.com/unosquare/tubular) -AngularJS directives for grids and forms * [matowens/ng-notify](https://github.com/matowens/ng-notify) - A simple, lightweight module for displaying notifications in your AngularJS app * [dragular](https://github.com/luckylooke/dragular) - Angular drag and drop based on dragula.js +* [hrajchert/angular-screenfull](https://github.com/hrajchert/angular-screenfull) - Binding to use the HTML5 fullscreen API using directives and directives controllers. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From fdbf013ce443c9f587e1a9af5e38dfc4a01dbb56 Mon Sep 17 00:00:00 2001 From: Frederick Date: Sun, 2 Aug 2015 13:46:03 -0300 Subject: [PATCH 27/80] #41 add Contributing file" --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..229aad4 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +# Contribution Guidelines + +Please ensure your pull request adheres to the following guidelines: + +- Search previous suggestions before making a new one, as yours may be a duplicate. +- Suggested packages should be tested and documented. +- Make an individual pull request for each suggestion. +- Use the following format: `[PACKAGE](LINK) - DESCRIPTION.` +- New categories, or improvements to the existing categorization are welcome. +- Keep descriptions short and simple, but descriptive. +- End all descriptions with a full stop/period. +- Check your spelling and grammar. +- Make sure your text editor is set to remove trailing whitespace. + +Thank you for your suggestions! From a1c46997639961d5b2d3c3a236432f8d361b126f Mon Sep 17 00:00:00 2001 From: Frederick Date: Sun, 2 Aug 2015 13:54:36 -0300 Subject: [PATCH 28/80] #45 add TodoMVC examples --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 92f1c0b..4c3b393 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,14 @@ Table of contents: * [Kagami/gulp-ng-annotate](https://github.com/Kagami/gulp-ng-annotate) - Add angularjs dependency injection annotations with ng-annotate * [jeffling/ngmin-webpack-plugin](https://github.com/jeffling/ngmin-webpack-plugin) - Webpack plugin for injection of annotations (for pre-minimization) +## TodoMVC +*[angular-dart](https://github.com/tastejs/todomvc/tree/master/examples/angular-dart) +*[angular2](https://github.com/tastejs/todomvc/tree/master/examples/angular2) +*[angularjs-perf](https://github.com/tastejs/todomvc/tree/master/examples/angularjs-perf) +*[angularjs](https://github.com/tastejs/todomvc/tree/master/examples/angularjs) +*[angularjs_require](https://github.com/tastejs/todomvc/tree/master/examples/angularjs_require) +*[typescript-angular](https://github.com/tastejs/todomvc/tree/master/examples/typescript-angular) + ## Other * [mgechev/angularjs-style-guide](https://github.com/mgechev/angularjs-style-guide) - Community-driven set of best practices for AngularJS application development * [shyamseshadri/angularjs-book](https://github.com/shyamseshadri/angularjs-book) - Examples and Code snippets from the AngularJS O'Reilly book From 28ac25ebdf30444da2b23933cfe598ade982e94a Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Wed, 5 Aug 2015 09:21:56 +0200 Subject: [PATCH 29/80] awesome badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bd351c..5ff896e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Awesome AngularJs +# Awesome AngularJs [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) A list of awesome [AngularJs](http://angularjs.org) services, directives, utilities and resources. Table of contents: From 885fc03dd02beb9bab73486230b77f43486b9b39 Mon Sep 17 00:00:00 2001 From: Kasper Lewau Date: Tue, 18 Aug 2015 19:48:10 +0200 Subject: [PATCH 30/80] add kasperlewau/angular-bind-notifier --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ff896e..29ee607 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Table of contents: * [angular-js.in](http://angular-js.in/) - A curated collection of angular directives * [mgechev/angularjs-in-patterns](https://github.com/mgechev/angularjs-in-patterns) - This repository provides different look into AngularJS. * [Gillespie59/eslint-plugin-angular](https://github.com/Gillespie59/eslint-plugin-angular) - ESLint plugin for AngularJS application +* [kasperlewau/angular-bind-notifier](https://github.com/kasperlewau/angular-bind-notifier) - Low $watch count namespaced Angular bindings, i.e. refreshment of one-way binds. ## License From 53515539ecb61a39162e799ef9f60da456ca7160 Mon Sep 17 00:00:00 2001 From: Steven Lambion Date: Tue, 18 Aug 2015 21:52:09 -0700 Subject: [PATCH 31/80] add StevenLambion/ui-listView --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ff896e..8615473 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Table of contents: * [matowens/ng-notify](https://github.com/matowens/ng-notify) - A simple, lightweight module for displaying notifications in your AngularJS app * [dragular](https://github.com/luckylooke/dragular) - Angular drag and drop based on dragula.js * [hrajchert/angular-screenfull](https://github.com/hrajchert/angular-screenfull) - Binding to use the HTML5 fullscreen API using directives and directives controllers. +* [StevenLambion/ui-listView](https://github.com/StevenLambion/ui-listView) - An efficient, dynamic list view for angular. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From f73047820868a6e9374ccbaea6a157b4bef8ea3c Mon Sep 17 00:00:00 2001 From: sattvabitinc Date: Sun, 30 Aug 2015 11:45:57 +0530 Subject: [PATCH 32/80] Adding new check-box/toggle button directive. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c873966..48d2ebf 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ Table of contents: * [dragular](https://github.com/luckylooke/dragular) - Angular drag and drop based on dragula.js * [hrajchert/angular-screenfull](https://github.com/hrajchert/angular-screenfull) - Binding to use the HTML5 fullscreen API using directives and directives controllers. * [StevenLambion/ui-listView](https://github.com/StevenLambion/ui-listView) - An efficient, dynamic list view for angular. +* [Sattvabit/angular-material-checkbox](https://github.com/Sattvabit/angular-material-checkbox) - Simple angular check-box/toggle button directive using Google material design icons. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From b4f3556746157cf3d15b1cc795815787bf6f8675 Mon Sep 17 00:00:00 2001 From: Jim Buck Date: Fri, 16 Oct 2015 08:20:41 -0400 Subject: [PATCH 33/80] Updated ag-grid (formerly angular-grid). Updated the link, text, and description to better match the latest version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d2ebf..494e46a 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ Table of contents: * [lorenzofox3/Smart-Table](https://github.com/lorenzofox3/Smart-Table) - a table/grid for AngularJS * [vitalets/angular-xeditable](https://github.com/vitalets/angular-xeditable) - Edit in place for AngularJS * [MoonStorm/trNgGrid](https://github.com/MoonStorm/trNgGrid) - A feature rich Angular grid using standard HTML tables -* [ceolter/angular-grid](https://github.com/ceolter/angular-grid) - An Advanced Datagrid for AngularJS +* [ceolter/ag-grid](https://github.com/ceolter/ag-grid) - Advanced Datagrid for Pure Javascript/AngularJS 1.x/AngularJS 2/Web Components. * [mattiash/angular-tablesort](https://github.com/mattiash/angular-tablesort) - Sort angularjs tables easily ## Developer From 52b0ebe8eddda064258d8a80aa96c0e7ee5f50c0 Mon Sep 17 00:00:00 2001 From: Tushar Borole Date: Wed, 21 Oct 2015 13:44:19 +0530 Subject: [PATCH 34/80] Sweet alert added Sweet alert added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 494e46a..8161b87 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Table of contents: * [hrajchert/angular-screenfull](https://github.com/hrajchert/angular-screenfull) - Binding to use the HTML5 fullscreen API using directives and directives controllers. * [StevenLambion/ui-listView](https://github.com/StevenLambion/ui-listView) - An efficient, dynamic list view for angular. * [Sattvabit/angular-material-checkbox](https://github.com/Sattvabit/angular-material-checkbox) - Simple angular check-box/toggle button directive using Google material design icons. +* * [tushariscoolster/ng-sweet-alert](https://github.com/tushariscoolster/ng-sweet-alert) - Sweetalert directive for angular js( angular sweetalert), without writing single javascript code. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From 24a17e06c43b895eee917b4ce05fe25aedca34cf Mon Sep 17 00:00:00 2001 From: ReadmeCritic Date: Fri, 13 Nov 2015 14:05:50 -0800 Subject: [PATCH 35/80] Update redirects in Readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8161b87..479dbb3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Awesome AngularJs [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -A list of awesome [AngularJs](http://angularjs.org) services, directives, utilities and resources. +A list of awesome [AngularJs](https://angularjs.org/) services, directives, utilities and resources. Table of contents: * [Seed Projects](#seed-projects) @@ -43,7 +43,7 @@ Table of contents: ## User Manager * [lynndylanhurley/ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) - Token based authentication module for angular.js * [andreareginato/oauth-ng](https://github.com/andreareginato/oauth-ng) - AngularJS directive for the OAuth 2.0 Implicit Flow -* [enginous/angular-oauth](https://github.com/enginous/angular-oauth) - Client-side (implicit grant) OAuth 2.0 authorization flow for AngularJS +* [enginous/angular-oauth](https://github.com/angular-oauth/angular-oauth) - Client-side (implicit grant) OAuth 2.0 authorization flow for AngularJS * [witoldsz/angular-http-auth](https://github.com/witoldsz/angular-http-auth) - HTTP Auth Interceptor Module * [sahat/satellizer](https://github.com/sahat/satellizer) - Token-based AngularJS Authentication @@ -60,7 +60,7 @@ Table of contents: * [platanus/angular-restmod](https://github.com/platanus/angular-restmod) - Rails inspired REST-API ORM for Angular ## Asset Manager -* [danialfarid/angular-file-upload](https://github.com/danialfarid/angular-file-upload) - An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers +* [danialfarid/angular-file-upload](https://github.com/danialfarid/ng-file-upload) - An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers * [urish/angular-load](https://github.com/urish/angular-load) - Dynamically load scripts and css stylesheets in your Angular.JS app * [flowjs/ng-flow](https://github.com/flowjs/ng-flow) - Flow.js html5 file upload extension on angular.js framework @@ -101,7 +101,7 @@ Table of contents: * [c0bra/angular-responsive-images](https://github.com/c0bra/angular-responsive-images) - Angular responsive images * [angular-ui/ui-sortable](https://github.com/angular-ui/ui-sortable) - AngularJS bindings for jQuery UI Sortable * [durated/angular-scroll](https://github.com/durated/angular-scroll) - Scrollspy, animated scrollTo and scroll events for angular.js -* [jeffling/ng-tether](https://github.com/jeffling/ng-tether) - Angular wrapper for Tether: make absolutely positioned elements attach to elements in the page efficiently +* [jeffling/ng-tether](https://github.com/jeffling/angular-jl-tether) - Angular wrapper for Tether: make absolutely positioned elements attach to elements in the page efficiently * [unosquare/tubular](https://github.com/unosquare/tubular) -AngularJS directives for grids and forms * [matowens/ng-notify](https://github.com/matowens/ng-notify) - A simple, lightweight module for displaying notifications in your AngularJS app * [dragular](https://github.com/luckylooke/dragular) - Angular drag and drop based on dragula.js @@ -114,7 +114,7 @@ Table of contents: * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. * [grevory/angular-local-storage](https://github.com/grevory/angular-local-storage) - An AngularJS module that gives you access to the browsers local storage with cookie fallback * [jmdobry/angular-cache](https://github.com/jmdobry/angular-cache) - angular-cache is a very useful replacement for Angular's $cacheFactory. -* [jmdobry/angular-data](https://github.com/jmdobry/angular-data) - Data store for Angular.js +* [jmdobry/angular-data](https://github.com/js-data/js-data-angular) - Data store for Angular.js * [webcss/angular-indexedDB](https://github.com/webcss/angular-indexedDB) - An angularjs serviceprovider to utilize indexedDB with angular ## Data Manage @@ -123,7 +123,7 @@ Table of contents: * [formly-js/angular-formly](https://github.com/formly-js/angular-formly) - JavaScript powered forms * [kelp404/angular-validator](https://github.com/kelp404/angular-validator) - AngularJS form validation * [Textalk/angular-schema-form](https://github.com/Textalk/angular-schema-form) - Generate forms from a JSON schema, with AngularJS -* [angular-ui/ng-grid](https://github.com/angular-ui/ng-grid) - UI Grid: an Angular Data Grid +* [angular-ui/ng-grid](https://github.com/angular-ui/ui-grid) - UI Grid: an Angular Data Grid * [jbroquist/parse-angular](https://github.com/jbroquist/parse-angular) - Utilities for working with Parse.com data. * [jimrhoskins/angular-parse](https://github.com/jimrhoskins/angular-parse) - Module for interacting with the Parse REST API * [laurihy/angular-payments](https://github.com/laurihy/angular-payments) - Module that provides AngularJS-directives for formatting, validating and working with payments @@ -138,11 +138,11 @@ Table of contents: * [matthieu-D/angular-lorem-image](https://github.com/matthieu-D/angular-lorem-image) - This directive provides lorem image generation for your website by using the great lorempixel service to generate images * [ajoslin/angular-promise-tracker](https://github.com/ajoslin/angular-promise-tracker) - Easily add spinners or general request tracking to your angular app * [yeoman/generator-angular](https://github.com/yeoman/generator-angular) - yeoman/generator-angular -* [angular/angularjs-batarang](https://github.com/angular/angularjs-batarang) - AngularJS WebInspector Extension for Chrome +* [angular/angularjs-batarang](https://github.com/angular/batarang) - AngularJS WebInspector Extension for Chrome * [decipherinc/angular-debaser](https://github.com/decipherinc/angular-debaser/) - Just a better way to test AngularJS apps ## View -* [AngularStrap](http://mgcrea.github.io/angular-strap) - AngularJS native directives for Bootstrap. +* [AngularStrap](http://mgcrea.github.io/angular-strap/) - AngularJS native directives for Bootstrap. * [Angular UI](http://angular-ui.github.io/) - Angular UI is the companion suite(s) to the AngularJS framework. * [Augus/ngAnimate](https://github.com/Augus/ngAnimate) - ngAnimate is best effect solution made for AngularJS * [btford/angular-modal](https://github.com/btford/angular-modal) - Simple AngularJS service for creating modals @@ -167,7 +167,7 @@ Table of contents: * [bouil/angular-google-chart](https://github.com/bouil/angular-google-chart) - Google Chart Tools AngularJS Directive Module * [chinmaymk/angular-charts](https://github.com/chinmaymk/angular-charts) - angular directives for creating common charts using d3 * [carlcraig/tc-angular-chartjs](https://github.com/carlcraig/tc-angular-chartjs) - Add Chart.js charts to your angular application -* [stpa-co/angular-morris-chart](https://github.com/stpa-co/angular-morris-chart) - Create morris chart easily with this directives +* [stpa-co/angular-morris-chart](https://github.com/stewones/angular-morris-chart) - Create morris chart easily with this directives ## Task * [ericclemmons/grunt-angular-templates](https://github.com/ericclemmons/grunt-angular-templates) - Grunt build task to concatenate & pre-load your AngularJS templates @@ -185,7 +185,7 @@ Table of contents: ## Other * [mgechev/angularjs-style-guide](https://github.com/mgechev/angularjs-style-guide) - Community-driven set of best practices for AngularJS application development * [shyamseshadri/angularjs-book](https://github.com/shyamseshadri/angularjs-book) - Examples and Code snippets from the AngularJS O'Reilly book -* [johnpapa/angularjs-styleguide](https://github.com/johnpapa/angularjs-styleguide) - A starting point for Angular development teams to provide consistency through good practices +* [johnpapa/angularjs-styleguide](https://github.com/johnpapa/angular-styleguide) - A starting point for Angular development teams to provide consistency through good practices * [angular-js.in](http://angular-js.in/) - A curated collection of angular directives * [mgechev/angularjs-in-patterns](https://github.com/mgechev/angularjs-in-patterns) - This repository provides different look into AngularJS. * [Gillespie59/eslint-plugin-angular](https://github.com/Gillespie59/eslint-plugin-angular) - ESLint plugin for AngularJS application From a7a4abf2516904356ac28ceb129eb5fe58cebee6 Mon Sep 17 00:00:00 2001 From: Jim Buck Date: Tue, 18 Aug 2015 21:52:09 -0700 Subject: [PATCH 36/80] Standardized the AngularJS format and checked all links. The format update was pretty basic. Ensure periods were used at the end of lines, align all occurrances of angular/angular.js/angularjs/Angular/AngularJS to the same thing (AngularJS, the same way they spell it), and fix the bullet points for the TodoMVC section. I also navigated to each link and made sure it existed and was not marked as _deprecated_ or _unmaintained_. Those that were deprecated, missing or extremely old have been removed. Unmaintained projects have been marked with `(_unmaintained_)` after the description. Fixed ag-grid (formerly angular-grid). Fixed bullet points. Fixed link to UI-Router. --- CONTRIBUTING.md | 1 + README.md | 241 ++++++++++++++++++++++++------------------------ 2 files changed, 121 insertions(+), 121 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 229aad4..1282e3e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,6 +10,7 @@ Please ensure your pull request adheres to the following guidelines: - Keep descriptions short and simple, but descriptive. - End all descriptions with a full stop/period. - Check your spelling and grammar. +- Use "AngularJS" as the correct spelling and capitalization for the framework. - Make sure your text editor is set to remove trailing whitespace. Thank you for your suggestions! diff --git a/README.md b/README.md index 479dbb3..ea5c9c0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Awesome AngularJs [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -A list of awesome [AngularJs](https://angularjs.org/) services, directives, utilities and resources. +# Awesome AngularJS [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) +A list of awesome [AngularJS](https://angularjs.org/) services, directives, utilities and resources. Table of contents: * [Seed Projects](#seed-projects) @@ -23,173 +23,172 @@ Table of contents: ## Seed Projects * [ngbp/ngbp](https://github.com/ngbp/ngbp) - A sophisticated build management system for web apps * [vesparny/angular-kickstart](https://github.com/vesparny/angular-kickstart) - Speed up your AngularJS development and testing with a complete and scalable build system that scaffolds the project for you. -* [okigan/angular-sensible-seed](https://github.com/okigan/angular-sensible-seed) - Opinionated angular starter project with per feature directory structure, static content, gulp build system, integrated logo/search/ui-router/ui-bootstrap/less. -* [angular/angular-seed](https://github.com/angular/angular-seed) - Seed project for angular apps. -* [vesparny/angularjs-playground](https://github.com/vesparny/angularjs-playground) - A starting point that follows best-practices, for being up and running in minutes with angularJS -* [kmaida/reStart-angular](https://github.com/kmaida/reStart-angular) - Responsive AngularJS seed project following styleguide best practices -* [StarterSquad/ngSeed](https://github.com/StarterSquad/ngseed) - AngularJS/RequireJS seed project +* [okigan/angular-sensible-seed](https://github.com/okigan/angular-sensible-seed) - Opinionated AngularJS starter project with per feature directory structure, static content, gulp build system, integrated logo/search/ui-router/ui-bootstrap/less. +* [angular/angular-seed](https://github.com/angular/angular-seed) - Seed project for AngularJS apps. +* [vesparny/angularjs-playground](https://github.com/vesparny/angularjs-playground) - A starting point that follows best-practices, for being up and running in minutes with AngularJS. +* [kmaida/reStart-angular](https://github.com/kmaida/reStart-angular) - Responsive AngularJS seed project following styleguide best practices. +* [StarterSquad/ngSeed](https://github.com/StarterSquad/ngseed) - AngularJS/RequireJS seed project. * [tnajdek/angular-requirejs-seed](https://github.com/tnajdek/angular-requirejs-seed) - This is a fork of Angular Seed but with changes needed for requireJS support. * [btford/angular-express-blog](https://github.com/btford/angular-express-blog) - Example AngularJS app using an Express + Node.js backend. * [btford/angular-socket-io-seed](https://github.com/btford/angular-socket-io-seed) - A great starting point for writing AngularJS apps backed by a Socket.io-powered node.js server. -* [ziyasal/ratchet-angular-seed](https://github.com/ziyasal/ratchet-angular-seed) - Seed project for Angular & Ratchet apps. -* [jesalg/RADD](https://github.com/jesalg/RADD) - Example AngularJS app using Rails and Devise authentication gem -* [linemanjs/lineman-angular-template](https://github.com/linemanjs/lineman-angular-template) - This is a project template for Angular JS applications using Lineman. -* [meanjs/mean](https://github.com/meanjs/mean) - Mongo + ExpressJS + AngularJS + NodeJS boilerplate -* [linnovate/mean](https://github.com/linnovate/mean) - Mongo + ExpressJS + AngularJS + NodeJS boilerplate by Linnovate -* [melvin0008/laravel-angular](https://github.com/melvin0008/laravel-angular) - Laravel + AngularJS + CouchDB boilerplate by Melvin -* [giorgiofellipe/ionic-angular-parse-boilerplate](https://github.com/giorgiofellipe/ionic-angular-parse-boilerplate) - Ionic + AngularJS + Parse.com boilerplate by Giorgio Fellipe -* [the-front/angularjs-ee-boilerplate](https://github.com/the-front/angularjs-ee-boilerplate) - This boilerplate (seed project, starting project) helps you build large scale Angular.js applications with Require.js by Erko Bridee +* [ziyasal/ratchet-angular-seed](https://github.com/ziyasal/ratchet-angular-seed) - Seed project for AngularJS & Ratchet apps. +* [jesalg/RADD](https://github.com/jesalg/RADD) - Example AngularJS app using Rails and Devise authentication gem. +* [linemanjs/lineman-angular-template](https://github.com/linemanjs/lineman-angular-template) - This is a project template for AngularJS applications using Lineman. +* [meanjs/mean](https://github.com/meanjs/mean) - Mongo + ExpressJS + AngularJS + NodeJS boilerplate. +* [linnovate/mean](https://github.com/linnovate/mean) - Mongo + ExpressJS + AngularJS + NodeJS boilerplate by Linnovate. +* [melvin0008/laravel-angular](https://github.com/melvin0008/laravel-angular) - Laravel + AngularJS + CouchDB boilerplate by Melvin. +* [giorgiofellipe/ionic-angular-parse-boilerplate](https://github.com/giorgiofellipe/ionic-angular-parse-boilerplate) - Ionic + AngularJS + Parse.com boilerplate by Giorgio Fellipe. +* [the-front/angularjs-ee-boilerplate](https://github.com/the-front/angularjs-ee-boilerplate) - This boilerplate (seed project, starting project) helps you build large scale AngularJS applications with Require.js by Erko Bridee. ## User Manager -* [lynndylanhurley/ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) - Token based authentication module for angular.js -* [andreareginato/oauth-ng](https://github.com/andreareginato/oauth-ng) - AngularJS directive for the OAuth 2.0 Implicit Flow -* [enginous/angular-oauth](https://github.com/angular-oauth/angular-oauth) - Client-side (implicit grant) OAuth 2.0 authorization flow for AngularJS -* [witoldsz/angular-http-auth](https://github.com/witoldsz/angular-http-auth) - HTTP Auth Interceptor Module -* [sahat/satellizer](https://github.com/sahat/satellizer) - Token-based AngularJS Authentication +* [lynndylanhurley/ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) - Token based authentication module for AngularJS. +* [andreareginato/oauth-ng](https://github.com/andreareginato/oauth-ng) - AngularJS directive for the OAuth 2.0 Implicit Flow. +* [enginous/angular-oauth](https://github.com/angular-oauth/angular-oauth) - Client-side (implicit grant) OAuth 2.0 authorization flow for AngularJS. +* [witoldsz/angular-http-auth](https://github.com/witoldsz/angular-http-auth) - HTTP Auth Interceptor Module. +* [sahat/satellizer](https://github.com/sahat/satellizer) - Token-based AngularJS Authentication. ## Mobile -* [ajoslin/angular-mobile-nav](https://github.com/ajoslin/angular-mobile-nav) - An angular navigation service for mobile applications -* [driftyco/ng-cordova](https://github.com/driftyco/ng-cordova/) - AngularJS Cordova wrappers for common Cordova plugins -* [revolunet/angular-carousel](https://github.com/revolunet/angular-carousel) - Mobile friendly AngularJS carousel -* [driftyco/ionic](https://github.com/driftyco/ionic) - Advanced HTML5 Hybrid Mobile App Framework +* [ajoslin/angular-mobile-nav](https://github.com/ajoslin/angular-mobile-nav) - An AngularJS navigation service for mobile applications. +* [driftyco/ng-cordova](https://github.com/driftyco/ng-cordova/) - AngularJS Cordova wrappers for common Cordova plugins. +* [revolunet/angular-carousel](https://github.com/revolunet/angular-carousel) - Mobile friendly AngularJS carousel. +* [driftyco/ionic](https://github.com/driftyco/ionic) - Advanced HTML5 Hybrid Mobile App Framework. ## Web Service -* [mgonto/restangular](https://github.com/mgonto/restangular) - AngularJS service to handle Rest API Restful Resources properly and easily -* [chinmaymk/angular-cog](https://github.com/chinmaymk/angular-cog) - declarative ajax requests for angularjs -* [tkambler/bonegular](https://github.com/tkambler/bonegular) - Backbone-Inspired Models and Collections for Angular -* [platanus/angular-restmod](https://github.com/platanus/angular-restmod) - Rails inspired REST-API ORM for Angular +* [mgonto/restangular](https://github.com/mgonto/restangular) - AngularJS service to handle Rest API Restful Resources properly and easily. +* [chinmaymk/angular-cog](https://github.com/chinmaymk/angular-cog) - declarative ajax requests for AngularJS. +* [tkambler/bonegular](https://github.com/tkambler/bonegular) - Backbone-Inspired Models and Collections for AngularJS. +* [platanus/angular-restmod](https://github.com/platanus/angular-restmod) - Rails inspired REST-API ORM for AngularJS. ## Asset Manager -* [danialfarid/angular-file-upload](https://github.com/danialfarid/ng-file-upload) - An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers -* [urish/angular-load](https://github.com/urish/angular-load) - Dynamically load scripts and css stylesheets in your Angular.JS app -* [flowjs/ng-flow](https://github.com/flowjs/ng-flow) - Flow.js html5 file upload extension on angular.js framework +* [danialfarid/angular-file-upload](https://github.com/danialfarid/ng-file-upload) - An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers. +* [urish/angular-load](https://github.com/urish/angular-load) - Dynamically load scripts and css stylesheets in your AngularJS app. +* [flowjs/ng-flow](https://github.com/flowjs/ng-flow) - Flow.js html5 file upload extension on AngularJS framework. ## Routing -* [angular-ui/ui-utils](https://github.com/angular-ui/ui-utils) - Swiss-Army-Knife of AngularJS tools - +* [angular-ui/ui-router](https://github.com/angular-ui/ui-router) - The de-facto solution to flexible routing with nested views in AngularJS. ## Filter -* [jdpedrie/angularjs-camelCase-to-human-filter](https://github.com/jdpedrie/angularjs-camelCase-to-human-filter) - AngularJS Filter to convert camelCase strings to human readable strings +* [jdpedrie/angularjs-camelCase-to-human-filter](https://github.com/jdpedrie/angularjs-camelCase-to-human-filter) - AngularJS Filter to convert camelCase strings to human readable strings. ## Directive -* [zizzamia/ng-tasty](https://github.com/zizzamia/ng-tasty) - Lightweight, flexible, and tasty collection of reusable UI components for AngularJS, like grandma used to make. ( table directive, range filter ) +* [zizzamia/ng-tasty](https://github.com/zizzamia/ng-tasty) - Lightweight, flexible, and tasty collection of reusable UI components for AngularJS, like grandma used to make. ( table directive, range filter ). * [tombatossals/angular-leaflet-directive](https://github.com/tombatossals/angular-leaflet-directive) - AngularJS directive to embed and interact with maps managed by Leaflet library. -* [esvit/angular-social](https://github.com/esvit/angular-social) - Social like-buttons with counters for sites (even ajax sites) -* [sroze/ngInfiniteScroll](https://github.com/sroze/ngInfiniteScroll/) - Infinite Scrolling for AngularJS -* [fraywing/textAngular/](https://github.com/fraywing/textAngular/) - A radically powerful Text-Editor/Wysiwyg editor for Angular.js! Create multiple editor instances, two-way-bind HTML content, watch editors for changes and more! -* [cgross/angular-busy](https://github.com/cgross/angular-busy) - Show busy/loading indicators on any element during $http requests +* [esvit/angular-social](https://github.com/esvit/angular-social) - Social like-buttons with counters for sites (even ajax sites). +* [sroze/ngInfiniteScroll](https://github.com/sroze/ngInfiniteScroll/) - Infinite Scrolling for AngularJS. +* [fraywing/textAngular/](https://github.com/fraywing/textAngular/) - A radically powerful Text-Editor/Wysiwyg editor for AngularJS! Create multiple editor instances, two-way-bind HTML content, watch editors for changes and more! +* [cgross/angular-busy](https://github.com/cgross/angular-busy) - Show busy/loading indicators on any element during $http requests. * [lavinjj/angularjs-gravatardirective](https://github.com/lavinjj/angularjs-gravatardirective) - An AngularJS Gravatar Image Directive. -* [Venturocket/angular-slider](https://github.com/Venturocket/angular-slider) - Slider directive for AngularJS -* [passy/angular-masonry](https://github.com/passy/angular-masonry) - An AngularJS directive for Masonry -* [siddii/angular-timer](https://github.com/siddii/angular-timer) - re-usable/inter-operable AngularJS timer directive -* [ajoslin/angular-scrolly](https://github.com/ajoslin/angular-scrolly) - Fake transform-scrolling with angular-friendly utilities -* [djds4rce/angular-socialshare](https://github.com/djds4rce/angular-socialshare) - social share buttons for angularjs -* [blackgate/bg-splitter](https://github.com/blackgate/bg-splitter) - Simple pane splitter for angular.js -* [fullscale/dangle](https://github.com/fullscale/dangle) - A set of AngularJS directives that provide common D3 visualizations for elasticsearch -* [angular-ui/ui-tinymce](https://github.com/angular-ui/ui-tinymce) - AngularUI wrapper for TinyMCE -* [angular-ui/bootstrap](https://github.com/angular-ui/bootstrap) - Native AngularJS (Angular) directives for Bootstrap. Small footprint (5kB gzipped!), no 3rd party JS dependencies (jQuery, bootstrap JS) required! -* [chieffancypants/angular-hotkeys](https://github.com/chieffancypants/angular-hotkeys) - Configuration-centric keyboard shortcuts for your Angular apps -* [marcorinck/angular-growl](https://github.com/marcorinck/angular-growl) - growl-like notifications for angularJS projects -* [urish/angular-spinner](https://github.com/urish/angular-spinner) - Angular directive to show an animated spinner -* [codef0rmer/angular-dragdrop](https://github.com/codef0rmer/angular-dragdrop) - Drag and Drop for AngularJS (with Animation) -* [asafdav/ng-csv](https://github.com/asafdav/ng-csv) - Simple directive that turns arrays and objects into downloadable CSV files -* [angular-widgets/angular-jqm](https://github.com/angular-widgets/angular-jqm) - AngularJS directives for jQuery Mobile -* [chieffancypants/angular-loading-bar](https://github.com/chieffancypants/angular-loading-bar) - A fully automatic loading / progress bar for your angular apps. -* [angular-ui/ui-select](https://github.com/angular-ui/ui-select) - AngularJS-native version of Select2 and Selectize +* [Venturocket/angular-slider](https://github.com/Venturocket/angular-slider) - Slider directive for AngularJS. +* [passy/angular-masonry](https://github.com/passy/angular-masonry) - An AngularJS directive for Masonry. +* [siddii/angular-timer](https://github.com/siddii/angular-timer) - re-usable/inter-operable AngularJS timer directive. +* [ajoslin/angular-scrolly](https://github.com/ajoslin/angular-scrolly) - Fake transform-scrolling with AngularJS-friendly utilities. +* [djds4rce/angular-socialshare](https://github.com/djds4rce/angular-socialshare) - social share buttons for AngularJS. +* [blackgate/bg-splitter](https://github.com/blackgate/bg-splitter) - Simple pane splitter for AngularJS. +* [fullscale/dangle](https://github.com/fullscale/dangle) - A set of AngularJS directives that provide common D3 visualizations for elasticsearch. +* [angular-ui/ui-tinymce](https://github.com/angular-ui/ui-tinymce) - AngularUI wrapper for TinyMCE. +* [angular-ui/bootstrap](https://github.com/angular-ui/bootstrap) - Native AngularJS directives for Bootstrap. Small footprint (5kB gzipped!), no 3rd party JS dependencies (jQuery, bootstrap JS) required! +* [chieffancypants/angular-hotkeys](https://github.com/chieffancypants/angular-hotkeys) - Configuration-centric keyboard shortcuts for your AngularJS apps. +* [marcorinck/angular-growl](https://github.com/marcorinck/angular-growl) - growl-like notifications for angularJS projects. +* [urish/angular-spinner](https://github.com/urish/angular-spinner) - AngularJS directive to show an animated spinner. +* [codef0rmer/angular-dragdrop](https://github.com/codef0rmer/angular-dragdrop) - Drag and Drop for AngularJS (with Animation). +* [asafdav/ng-csv](https://github.com/asafdav/ng-csv) - Simple directive that turns arrays and objects into downloadable CSV files. +* [angular-widgets/angular-jqm](https://github.com/angular-widgets/angular-jqm) - AngularJS directives for jQuery Mobile. +* [chieffancypants/angular-loading-bar](https://github.com/chieffancypants/angular-loading-bar) - A fully automatic loading / progress bar for your AngularJS apps. +* [angular-ui/ui-select](https://github.com/angular-ui/ui-select) - AngularJS-native version of Select2 and Selectize. * [btford/angular-markdown-directive](https://github.com/btford/angular-markdown-directive) - AngularJS markdown directive using Showdown.js -* [yunlzheng/angular-knob](https://github.com/yunlzheng/angular-knob) - angular directive of jquery knob -* [c0bra/angular-responsive-images](https://github.com/c0bra/angular-responsive-images) - Angular responsive images -* [angular-ui/ui-sortable](https://github.com/angular-ui/ui-sortable) - AngularJS bindings for jQuery UI Sortable -* [durated/angular-scroll](https://github.com/durated/angular-scroll) - Scrollspy, animated scrollTo and scroll events for angular.js -* [jeffling/ng-tether](https://github.com/jeffling/angular-jl-tether) - Angular wrapper for Tether: make absolutely positioned elements attach to elements in the page efficiently -* [unosquare/tubular](https://github.com/unosquare/tubular) -AngularJS directives for grids and forms -* [matowens/ng-notify](https://github.com/matowens/ng-notify) - A simple, lightweight module for displaying notifications in your AngularJS app -* [dragular](https://github.com/luckylooke/dragular) - Angular drag and drop based on dragula.js +* [yunlzheng/angular-knob](https://github.com/yunlzheng/angular-knob) - angular directive of jquery knob. +* [c0bra/angular-responsive-images](https://github.com/c0bra/angular-responsive-images) - AngularJS responsive images. +* [angular-ui/ui-sortable](https://github.com/angular-ui/ui-sortable) - AngularJS bindings for jQuery UI Sortable. +* [durated/angular-scroll](https://github.com/durated/angular-scroll) - Scrollspy, animated scrollTo and scroll events for AngularJS. +* [jeffling/ng-tether](https://github.com/jeffling/angular-jl-tether) - AngularJS wrapper for Tether: make absolutely positioned elements attach to elements in the page efficiently. +* [unosquare/tubular](https://github.com/unosquare/tubular) -AngularJS directives for grids and forms. +* [matowens/ng-notify](https://github.com/matowens/ng-notify) - A simple, lightweight module for displaying notifications in your AngularJS app. +* [dragular](https://github.com/luckylooke/dragular) - AngularJS drag and drop based on dragula.js. * [hrajchert/angular-screenfull](https://github.com/hrajchert/angular-screenfull) - Binding to use the HTML5 fullscreen API using directives and directives controllers. -* [StevenLambion/ui-listView](https://github.com/StevenLambion/ui-listView) - An efficient, dynamic list view for angular. -* [Sattvabit/angular-material-checkbox](https://github.com/Sattvabit/angular-material-checkbox) - Simple angular check-box/toggle button directive using Google material design icons. -* * [tushariscoolster/ng-sweet-alert](https://github.com/tushariscoolster/ng-sweet-alert) - Sweetalert directive for angular js( angular sweetalert), without writing single javascript code. +* [StevenLambion/ui-listView](https://github.com/StevenLambion/ui-listView) - An efficient, dynamic list view for AngularJS. +* [Sattvabit/angular-material-checkbox](https://github.com/Sattvabit/angular-material-checkbox) - Simple AngularJS check-box/toggle button directive using Google material design icons. +* [tushariscoolster/ng-sweet-alert](https://github.com/tushariscoolster/ng-sweet-alert) - Sweetalert directive for AngularJS, without writing single javascript code. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. -* [grevory/angular-local-storage](https://github.com/grevory/angular-local-storage) - An AngularJS module that gives you access to the browsers local storage with cookie fallback -* [jmdobry/angular-cache](https://github.com/jmdobry/angular-cache) - angular-cache is a very useful replacement for Angular's $cacheFactory. -* [jmdobry/angular-data](https://github.com/js-data/js-data-angular) - Data store for Angular.js -* [webcss/angular-indexedDB](https://github.com/webcss/angular-indexedDB) - An angularjs serviceprovider to utilize indexedDB with angular +* [grevory/angular-local-storage](https://github.com/grevory/angular-local-storage) - An AngularJS module that gives you access to the browsers local storage with cookie fallback. +* [jmdobry/angular-cache](https://github.com/jmdobry/angular-cache) - angular-cache is a very useful replacement for AngularJS's $cacheFactory. +* [jmdobry/angular-data](https://github.com/js-data/js-data-angular) - Data store for AngularJS. +* [webcss/angular-indexedDB](https://github.com/webcss/angular-indexedDB) - An AngularJS serviceprovider to utilize indexedDB with AngularJS. ## Data Manage -* [esvit/ng-table](https://github.com/esvit/ng-table) - Simple table with sorting and filtering on AngularJS -* [huei90/angular-validation](https://github.com/huei90/angular-validation) - Client-side Validation for AngularJS -* [formly-js/angular-formly](https://github.com/formly-js/angular-formly) - JavaScript powered forms -* [kelp404/angular-validator](https://github.com/kelp404/angular-validator) - AngularJS form validation -* [Textalk/angular-schema-form](https://github.com/Textalk/angular-schema-form) - Generate forms from a JSON schema, with AngularJS -* [angular-ui/ng-grid](https://github.com/angular-ui/ui-grid) - UI Grid: an Angular Data Grid +* [esvit/ng-table](https://github.com/esvit/ng-table) - Simple table with sorting and filtering on AngularJS. +* [huei90/angular-validation](https://github.com/huei90/angular-validation) - Client-side Validation for AngularJS. +* [formly-js/angular-formly](https://github.com/formly-js/angular-formly) - JavaScript powered forms. +* [kelp404/angular-validator](https://github.com/kelp404/angular-validator) - AngularJS form validation. +* [Textalk/angular-schema-form](https://github.com/Textalk/angular-schema-form) - Generate forms from a JSON schema, with AngularJS. +* [angular-ui/ng-grid](https://github.com/angular-ui/ui-grid) - UI Grid: an AngularJS Data Grid. * [jbroquist/parse-angular](https://github.com/jbroquist/parse-angular) - Utilities for working with Parse.com data. -* [jimrhoskins/angular-parse](https://github.com/jimrhoskins/angular-parse) - Module for interacting with the Parse REST API -* [laurihy/angular-payments](https://github.com/laurihy/angular-payments) - Module that provides AngularJS-directives for formatting, validating and working with payments -* [lorenzofox3/Smart-Table](https://github.com/lorenzofox3/Smart-Table) - a table/grid for AngularJS -* [vitalets/angular-xeditable](https://github.com/vitalets/angular-xeditable) - Edit in place for AngularJS -* [MoonStorm/trNgGrid](https://github.com/MoonStorm/trNgGrid) - A feature rich Angular grid using standard HTML tables +* [jimrhoskins/angular-parse](https://github.com/jimrhoskins/angular-parse) - Module for interacting with the Parse REST API. +* [laurihy/angular-payments](https://github.com/laurihy/angular-payments) - Module that provides AngularJS-directives for formatting, validating and working with payments. +* [lorenzofox3/Smart-Table](https://github.com/lorenzofox3/Smart-Table) - a table/grid for AngularJS. +* [vitalets/angular-xeditable](https://github.com/vitalets/angular-xeditable) - Edit in place for AngularJS. +* [MoonStorm/trNgGrid](https://github.com/MoonStorm/trNgGrid) - A feature rich AngularJS grid using standard HTML tables. * [ceolter/ag-grid](https://github.com/ceolter/ag-grid) - Advanced Datagrid for Pure Javascript/AngularJS 1.x/AngularJS 2/Web Components. -* [mattiash/angular-tablesort](https://github.com/mattiash/angular-tablesort) - Sort angularjs tables easily +* [mattiash/angular-tablesort](https://github.com/mattiash/angular-tablesort) - Sort AngularJS tables easily. ## Developer -* [angular/protractor](https://github.com/angular/protractor) - E2E test framework for Angular apps -* [matthieu-D/angular-lorem-image](https://github.com/matthieu-D/angular-lorem-image) - This directive provides lorem image generation for your website by using the great lorempixel service to generate images -* [ajoslin/angular-promise-tracker](https://github.com/ajoslin/angular-promise-tracker) - Easily add spinners or general request tracking to your angular app -* [yeoman/generator-angular](https://github.com/yeoman/generator-angular) - yeoman/generator-angular -* [angular/angularjs-batarang](https://github.com/angular/batarang) - AngularJS WebInspector Extension for Chrome -* [decipherinc/angular-debaser](https://github.com/decipherinc/angular-debaser/) - Just a better way to test AngularJS apps +* [angular/protractor](https://github.com/angular/protractor) - E2E test framework for AngularJS apps. +* [matthieu-D/angular-lorem-image](https://github.com/matthieu-D/angular-lorem-image) - This directive provides lorem image generation for your website by using the great lorempixel service to generate images. +* [ajoslin/angular-promise-tracker](https://github.com/ajoslin/angular-promise-tracker) - Easily add spinners or general request tracking to your AngularJS app. +* [yeoman/generator-angular](https://github.com/yeoman/generator-angular) - Yeoman generator for AngularJS apps. +* [angular/angularjs-batarang](https://github.com/angular/batarang) - AngularJS WebInspector Extension for Chrome. +* [decipherinc/angular-debaser](https://github.com/decipherinc/angular-debaser/) - Just a better way to test AngularJS apps. ## View * [AngularStrap](http://mgcrea.github.io/angular-strap/) - AngularJS native directives for Bootstrap. * [Angular UI](http://angular-ui.github.io/) - Angular UI is the companion suite(s) to the AngularJS framework. -* [Augus/ngAnimate](https://github.com/Augus/ngAnimate) - ngAnimate is best effect solution made for AngularJS -* [btford/angular-modal](https://github.com/btford/angular-modal) - Simple AngularJS service for creating modals +* [Augus/ngAnimate](https://github.com/Augus/ngAnimate) - ngAnimate is best effect solution made for AngularJS. +* [btford/angular-modal](https://github.com/btford/angular-modal) - Simple AngularJS service for creating modals. ## Service -* [btford/angular-socket-io](https://github.com/btford/angular-socket-io) - Socket.IO component for AngularJS -* [firebase/angularFire](https://github.com/firebase/angularFire) - AngularJS bindings for Firebase -* [olov/ng-annotate](https://github.com/olov/ng-annotate) - Add, remove and rebuild AngularJS dependency injection annotations +* [btford/angular-socket-io](https://github.com/btford/angular-socket-io) - Socket.IO component for AngularJS. +* [firebase/angularFire](https://github.com/firebase/angularFire) - AngularJS bindings for Firebase. +* [olov/ng-annotate](https://github.com/olov/ng-annotate) - Add, remove and rebuild AngularJS dependency injection annotations. * [pineconellc/angular-foundation](https://github.com/pineconellc/angular-foundation) - This project is a port of the AngularUI team's excellent angular-bootstrap project for use in the Foundation framework. -* [kendo-labs/angular-kendo](https://github.com/kendo-labs/angular-kendo) - A project to create a robust set of Angular.js bindings for Kendo UI widgets -* [angular-ui/angular-google-maps](https://github.com/angular-ui/angular-google-maps) - AngularJS directives for the Google Maps Javascript API -* [luisfarzati/angulartics](https://github.com/luisfarzati/angulartics) - Analytics for AngularJS applications -* [Ciul/angular-facebook](https://github.com/Ciul/angular-facebook) - An Angularjs module to take approach of Facebook javascript sdk -* [pc035860/angular-easyfb](https://github.com/pc035860/angular-easyfb) - Super easy AngularJS + Facebook JavaScript SDK +* [kendo-labs/angular-kendo](https://github.com/kendo-labs/angular-kendo) - A project to create a robust set of AngularJS bindings for Kendo UI widgets. +* [angular-ui/angular-google-maps](https://github.com/angular-ui/angular-google-maps) - AngularJS directives for the Google Maps Javascript API. +* [luisfarzati/angulartics](https://github.com/luisfarzati/angulartics) - Analytics for AngularJS applications. +* [Ciul/angular-facebook](https://github.com/Ciul/angular-facebook) - An AngularJS module based approach to the Facebook Javascript SDK. +* [pc035860/angular-easyfb](https://github.com/pc035860/angular-easyfb) - Super easy AngularJS + Facebook JavaScript SDK. ## Internationalization -* [angular-translate/angular-translate](https://github.com/angular-translate/angular-translate) - i18n in your Angular apps, made easy -* [rubenv/angular-gettext](https://github.com/rubenv/angular-gettext) - Translate your Angular.JS applications with gettext. +* [angular-translate/angular-translate](https://github.com/angular-translate/angular-translate) - i18n in your AngularJS apps, made easy. +* [rubenv/angular-gettext](https://github.com/rubenv/angular-gettext) - Translate your AngularJS applications with gettext. ## Chart -* [n3-charts/line-chart](https://github.com/n3-charts/line-chart) - Awesome charts for AngularJS -* [bouil/angular-google-chart](https://github.com/bouil/angular-google-chart) - Google Chart Tools AngularJS Directive Module -* [chinmaymk/angular-charts](https://github.com/chinmaymk/angular-charts) - angular directives for creating common charts using d3 -* [carlcraig/tc-angular-chartjs](https://github.com/carlcraig/tc-angular-chartjs) - Add Chart.js charts to your angular application -* [stpa-co/angular-morris-chart](https://github.com/stewones/angular-morris-chart) - Create morris chart easily with this directives +* [n3-charts/line-chart](https://github.com/n3-charts/line-chart) - Awesome charts for AngularJS. +* [bouil/angular-google-chart](https://github.com/bouil/angular-google-chart) - Google Chart Tools AngularJS Directive Module. +* [chinmaymk/angular-charts](https://github.com/chinmaymk/angular-charts) - angular directives for creating common charts using d3. +* [carlcraig/tc-angular-chartjs](https://github.com/carlcraig/tc-angular-chartjs) - Add Chart.js charts to your AngularJS application. +* [stpa-co/angular-morris-chart](https://github.com/stewones/angular-morris-chart) - Create morris chart easily with this directives. ## Task -* [ericclemmons/grunt-angular-templates](https://github.com/ericclemmons/grunt-angular-templates) - Grunt build task to concatenate & pre-load your AngularJS templates -* [Kagami/gulp-ng-annotate](https://github.com/Kagami/gulp-ng-annotate) - Add angularjs dependency injection annotations with ng-annotate -* [jeffling/ngmin-webpack-plugin](https://github.com/jeffling/ngmin-webpack-plugin) - Webpack plugin for injection of annotations (for pre-minimization) +* [ericclemmons/grunt-angular-templates](https://github.com/ericclemmons/grunt-angular-templates) - Grunt build task to concatenate & pre-load your AngularJS templates. +* [Kagami/gulp-ng-annotate](https://github.com/Kagami/gulp-ng-annotate) - Add AngularJS dependency injection annotations with ng-annotate. +* [jeffling/ngmin-webpack-plugin](https://github.com/jeffling/ngmin-webpack-plugin) - Webpack plugin for injection of annotations (for pre-minimization). ## TodoMVC -*[angular-dart](https://github.com/tastejs/todomvc/tree/master/examples/angular-dart) -*[angular2](https://github.com/tastejs/todomvc/tree/master/examples/angular2) -*[angularjs-perf](https://github.com/tastejs/todomvc/tree/master/examples/angularjs-perf) -*[angularjs](https://github.com/tastejs/todomvc/tree/master/examples/angularjs) -*[angularjs_require](https://github.com/tastejs/todomvc/tree/master/examples/angularjs_require) -*[typescript-angular](https://github.com/tastejs/todomvc/tree/master/examples/typescript-angular) +* [angular-dart](https://github.com/tastejs/todomvc/tree/master/examples/angular-dart) +* [angular2](https://github.com/tastejs/todomvc/tree/master/examples/angular2) +* [angularjs-perf](https://github.com/tastejs/todomvc/tree/master/examples/angularjs-perf) +* [angularjs](https://github.com/tastejs/todomvc/tree/master/examples/angularjs) +* [angularjs_require](https://github.com/tastejs/todomvc/tree/master/examples/angularjs_require) +* [typescript-angular](https://github.com/tastejs/todomvc/tree/master/examples/typescript-angular) ## Other -* [mgechev/angularjs-style-guide](https://github.com/mgechev/angularjs-style-guide) - Community-driven set of best practices for AngularJS application development -* [shyamseshadri/angularjs-book](https://github.com/shyamseshadri/angularjs-book) - Examples and Code snippets from the AngularJS O'Reilly book -* [johnpapa/angularjs-styleguide](https://github.com/johnpapa/angular-styleguide) - A starting point for Angular development teams to provide consistency through good practices -* [angular-js.in](http://angular-js.in/) - A curated collection of angular directives +* [mgechev/angularjs-style-guide](https://github.com/mgechev/angularjs-style-guide) - Community-driven set of best practices for AngularJS application development. +* [shyamseshadri/angularjs-book](https://github.com/shyamseshadri/angularjs-book) - Examples and Code snippets from the AngularJS O'Reilly book. +* [johnpapa/angularjs-styleguide](https://github.com/johnpapa/angular-styleguide) - A starting point for AngularJS development teams to provide consistency through good practices. +* [angular-js.in](http://angular-js.in/) - A curated collection of AngularJS directives. * [mgechev/angularjs-in-patterns](https://github.com/mgechev/angularjs-in-patterns) - This repository provides different look into AngularJS. -* [Gillespie59/eslint-plugin-angular](https://github.com/Gillespie59/eslint-plugin-angular) - ESLint plugin for AngularJS application -* [kasperlewau/angular-bind-notifier](https://github.com/kasperlewau/angular-bind-notifier) - Low $watch count namespaced Angular bindings, i.e. refreshment of one-way binds. +* [Gillespie59/eslint-plugin-angular](https://github.com/Gillespie59/eslint-plugin-angular) - ESLint plugin for AngularJS application. +* [kasperlewau/angular-bind-notifier](https://github.com/kasperlewau/angular-bind-notifier) - Low $watch count namespaced AngularJS bindings, i.e. refreshment of one-way binds. ## License From e0904975b9b1efa57a1a2570f0570a2379421932 Mon Sep 17 00:00:00 2001 From: Artem Date: Fri, 27 Nov 2015 17:28:29 +0300 Subject: [PATCH 37/80] Add Angular Material Dashboard --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 479dbb3..1d5184f 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Table of contents: * [Other](#other) ## Seed Projects +* [flatlogic/angular-material-dashboard](https://github.com/flatlogic/angular-material-dashboard) - Angular admin dashboard with material design * [ngbp/ngbp](https://github.com/ngbp/ngbp) - A sophisticated build management system for web apps * [vesparny/angular-kickstart](https://github.com/vesparny/angular-kickstart) - Speed up your AngularJS development and testing with a complete and scalable build system that scaffolds the project for you. * [okigan/angular-sensible-seed](https://github.com/okigan/angular-sensible-seed) - Opinionated angular starter project with per feature directory structure, static content, gulp build system, integrated logo/search/ui-router/ui-bootstrap/less. From 4f39925ced561be307f29ee7266dadfccc2930ae Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Sun, 29 Nov 2015 20:20:41 -0500 Subject: [PATCH 38/80] Update Angulartics repo to match their readme According to `luisfarzati/angulartics`, it looks like the repo has moved under it's own organization. Updated URL to match. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d500f4..b2ec3da 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Table of contents: * [pineconellc/angular-foundation](https://github.com/pineconellc/angular-foundation) - This project is a port of the AngularUI team's excellent angular-bootstrap project for use in the Foundation framework. * [kendo-labs/angular-kendo](https://github.com/kendo-labs/angular-kendo) - A project to create a robust set of AngularJS bindings for Kendo UI widgets. * [angular-ui/angular-google-maps](https://github.com/angular-ui/angular-google-maps) - AngularJS directives for the Google Maps Javascript API. -* [luisfarzati/angulartics](https://github.com/luisfarzati/angulartics) - Analytics for AngularJS applications. +* [angulartics/angulartics](https://github.com/angulartics/angulartics) - Analytics for AngularJS applications. * [Ciul/angular-facebook](https://github.com/Ciul/angular-facebook) - An AngularJS module based approach to the Facebook Javascript SDK. * [pc035860/angular-easyfb](https://github.com/pc035860/angular-easyfb) - Super easy AngularJS + Facebook JavaScript SDK. From 7cb52bc3e60c4424b8b60af068af5622acea0b70 Mon Sep 17 00:00:00 2001 From: George Kaimakas Date: Sat, 5 Dec 2015 01:56:40 +0200 Subject: [PATCH 39/80] Added angular.validators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2ec3da..e2f2f86 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Table of contents: * [StevenLambion/ui-listView](https://github.com/StevenLambion/ui-listView) - An efficient, dynamic list view for AngularJS. * [Sattvabit/angular-material-checkbox](https://github.com/Sattvabit/angular-material-checkbox) - Simple AngularJS check-box/toggle button directive using Google material design icons. * [tushariscoolster/ng-sweet-alert](https://github.com/tushariscoolster/ng-sweet-alert) - Sweetalert directive for AngularJS, without writing single javascript code. +* [gkaimakas/angular.validators](https://github.com/gkaimakas/angular.validators) - Angular validation directives for forms. A port of validator.js ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From f401d0d0ba33ee4d6cbc5040b6dd528ec36f2534 Mon Sep 17 00:00:00 2001 From: Ziya SARIKAYA Date: Mon, 28 Dec 2015 18:22:52 +0200 Subject: [PATCH 40/80] add ziyasal/ng-espack-boilerplate to Seed projects section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e2f2f86..5d8ab9c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Table of contents: * [melvin0008/laravel-angular](https://github.com/melvin0008/laravel-angular) - Laravel + AngularJS + CouchDB boilerplate by Melvin. * [giorgiofellipe/ionic-angular-parse-boilerplate](https://github.com/giorgiofellipe/ionic-angular-parse-boilerplate) - Ionic + AngularJS + Parse.com boilerplate by Giorgio Fellipe. * [the-front/angularjs-ee-boilerplate](https://github.com/the-front/angularjs-ee-boilerplate) - This boilerplate (seed project, starting project) helps you build large scale AngularJS applications with Require.js by Erko Bridee. +* [ziyasal/ng-espack-boilerplate](https://github.com/ziyasal/ng-espack-boilerplate) - Angular 1.4x and ES6 application boilerplate /w testing practices using Webpack ## User Manager * [lynndylanhurley/ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) - Token based authentication module for AngularJS. From b1582c09a959d1dc6ffb9e6bf53b5d63cf287c1c Mon Sep 17 00:00:00 2001 From: Ziya SARIKAYA Date: Mon, 28 Dec 2015 18:27:09 +0200 Subject: [PATCH 41/80] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8ab9c..726c47b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Table of contents: * [melvin0008/laravel-angular](https://github.com/melvin0008/laravel-angular) - Laravel + AngularJS + CouchDB boilerplate by Melvin. * [giorgiofellipe/ionic-angular-parse-boilerplate](https://github.com/giorgiofellipe/ionic-angular-parse-boilerplate) - Ionic + AngularJS + Parse.com boilerplate by Giorgio Fellipe. * [the-front/angularjs-ee-boilerplate](https://github.com/the-front/angularjs-ee-boilerplate) - This boilerplate (seed project, starting project) helps you build large scale AngularJS applications with Require.js by Erko Bridee. -* [ziyasal/ng-espack-boilerplate](https://github.com/ziyasal/ng-espack-boilerplate) - Angular 1.4x and ES6 application boilerplate /w testing practices using Webpack +* [ziyasal/ng-espack-boilerplate](https://github.com/ziyasal/ng-espack-boilerplate) - AngularJS 1.4x and ES6 application boilerplate /w testing practices using Webpack ## User Manager * [lynndylanhurley/ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) - Token based authentication module for AngularJS. From 4bb252d1ecc09fe5ec61dd9ed33010982f930db4 Mon Sep 17 00:00:00 2001 From: jsdevel Date: Wed, 30 Dec 2015 01:01:51 -0700 Subject: [PATCH 42/80] add kogosoftwarellc/angular-async-form to the Data Manage section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 726c47b..9fda909 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Table of contents: * [webcss/angular-indexedDB](https://github.com/webcss/angular-indexedDB) - An AngularJS serviceprovider to utilize indexedDB with AngularJS. ## Data Manage +* [kogosoftwarellc/angular-async-form](https://github.com/kogosoftwarellc/angular-async-form) - Async form handling the angular way. * [esvit/ng-table](https://github.com/esvit/ng-table) - Simple table with sorting and filtering on AngularJS. * [huei90/angular-validation](https://github.com/huei90/angular-validation) - Client-side Validation for AngularJS. * [formly-js/angular-formly](https://github.com/formly-js/angular-formly) - JavaScript powered forms. From 93434e8299603fc58d1cfb0295745fbfd36064a1 Mon Sep 17 00:00:00 2001 From: Javier Cancio Date: Sun, 24 Jan 2016 23:30:41 +0100 Subject: [PATCH 43/80] Update README.md Updated Route resources list with a new one ( rpocklin/ui-router-tabs ) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9fda909..f8538bb 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Table of contents: ## Routing * [angular-ui/ui-router](https://github.com/angular-ui/ui-router) - The de-facto solution to flexible routing with nested views in AngularJS. +* [rpocklin/ui-router-tabs](https://github.com/rpocklin/ui-router-tabs) - Leverages UI Bootstrap and UI Router to give you full-strength route-driven tabs in Angular.js. ## Filter * [jdpedrie/angularjs-camelCase-to-human-filter](https://github.com/jdpedrie/angularjs-camelCase-to-human-filter) - AngularJS Filter to convert camelCase strings to human readable strings. From d486a2056fe5feb012e39f31003af03e18e59e06 Mon Sep 17 00:00:00 2001 From: Dmitri Zaitsev Date: Mon, 25 Jan 2016 20:26:04 +0000 Subject: [PATCH 44/80] New addition Close https://github.com/AngularClass/NG6-starter/issues/96 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8538bb..cb71e1b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Table of contents: * [Other](#other) ## Seed Projects +* [AngularClass/NG6-starter](https://github.com/AngularClass/NG6-starter) - An AngularJS Starter repo for Angular + ES6 + (Webpack or JSPM) by [@AngularClass](https://github.com/AngularClass). * [flatlogic/angular-material-dashboard](https://github.com/flatlogic/angular-material-dashboard) - Angular admin dashboard with material design * [ngbp/ngbp](https://github.com/ngbp/ngbp) - A sophisticated build management system for web apps * [vesparny/angular-kickstart](https://github.com/vesparny/angular-kickstart) - Speed up your AngularJS development and testing with a complete and scalable build system that scaffolds the project for you. From a70ff966d0425719ed1bdd4bfb2aba1584e5123c Mon Sep 17 00:00:00 2001 From: Dmitri Zaitsev Date: Fri, 29 Jan 2016 22:24:11 +0000 Subject: [PATCH 45/80] New addition --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb71e1b..b73e80a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Table of contents: ## Seed Projects * [AngularClass/NG6-starter](https://github.com/AngularClass/NG6-starter) - An AngularJS Starter repo for Angular + ES6 + (Webpack or JSPM) by [@AngularClass](https://github.com/AngularClass). +* [tomastrajan/angular-js-es6-testing-example](https://github.com/tomastrajan/angular-js-es6-testing-example) - Angular JS seed repository with focus on unit & integration testing (ES6, webpack, karma, mocha), suitable for serious / enterprise projects. * [flatlogic/angular-material-dashboard](https://github.com/flatlogic/angular-material-dashboard) - Angular admin dashboard with material design * [ngbp/ngbp](https://github.com/ngbp/ngbp) - A sophisticated build management system for web apps * [vesparny/angular-kickstart](https://github.com/vesparny/angular-kickstart) - Speed up your AngularJS development and testing with a complete and scalable build system that scaffolds the project for you. From 1e1692534a7b4979dedd81dd62a00f191937047e Mon Sep 17 00:00:00 2001 From: Sean Tymon Date: Mon, 8 Feb 2016 22:04:07 +0000 Subject: [PATCH 46/80] =?UTF-8?q?add=20angular-locker=20=F0=9F=98=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b73e80a..63eb463 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ Table of contents: * [jmdobry/angular-cache](https://github.com/jmdobry/angular-cache) - angular-cache is a very useful replacement for AngularJS's $cacheFactory. * [jmdobry/angular-data](https://github.com/js-data/js-data-angular) - Data store for AngularJS. * [webcss/angular-indexedDB](https://github.com/webcss/angular-indexedDB) - An AngularJS serviceprovider to utilize indexedDB with AngularJS. +* [tymondesigns/angular-locker](https://github.com/tymondesigns/angular-locker) - A simple, configurable & fluent abstraction for local/session storage in angular projects. ## Data Manage * [kogosoftwarellc/angular-async-form](https://github.com/kogosoftwarellc/angular-async-form) - Async form handling the angular way. From 9541d202e391a4ffe7c6c6ea050d428b292063aa Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Sat, 13 Feb 2016 00:09:59 +0200 Subject: [PATCH 47/80] Added toastr, toaster and filemanager --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 63eb463..84ee27f 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ Table of contents: * [danialfarid/angular-file-upload](https://github.com/danialfarid/ng-file-upload) - An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers. * [urish/angular-load](https://github.com/urish/angular-load) - Dynamically load scripts and css stylesheets in your AngularJS app. * [flowjs/ng-flow](https://github.com/flowjs/ng-flow) - Flow.js html5 file upload extension on AngularJS framework. +* [joni2back/angular-filemanager](https://github.com/joni2back/angular-filemanager) - JavaScript HTML5 File Management Material Design Folder Explorer Navigator Browser Manager in AngularJS (with FTP in PHP / Java). ## Routing * [angular-ui/ui-router](https://github.com/angular-ui/ui-router) - The de-facto solution to flexible routing with nested views in AngularJS. @@ -114,6 +115,8 @@ Table of contents: * [Sattvabit/angular-material-checkbox](https://github.com/Sattvabit/angular-material-checkbox) - Simple AngularJS check-box/toggle button directive using Google material design icons. * [tushariscoolster/ng-sweet-alert](https://github.com/tushariscoolster/ng-sweet-alert) - Sweetalert directive for AngularJS, without writing single javascript code. * [gkaimakas/angular.validators](https://github.com/gkaimakas/angular.validators) - Angular validation directives for forms. A port of validator.js +* [Foxandxss/angular-toastr](https://github.com/Foxandxss/angular-toastr) - Angular port of CodeSeven/toastr. +* [jirikavi/AngularJS-Toaster](https://github.com/jirikavi/AngularJS-Toaster) - AngularJS Toaster is a customized version of "toastr" non-blocking notification javascript library. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From 0d016276120c2c36cc80c9d8eaa7dd70e396a2d5 Mon Sep 17 00:00:00 2001 From: Dan Revah Date: Mon, 15 Feb 2016 16:28:07 +0200 Subject: [PATCH 48/80] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84ee27f..6ae1387 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ Table of contents: * [yeoman/generator-angular](https://github.com/yeoman/generator-angular) - Yeoman generator for AngularJS apps. * [angular/angularjs-batarang](https://github.com/angular/batarang) - AngularJS WebInspector Extension for Chrome. * [decipherinc/angular-debaser](https://github.com/decipherinc/angular-debaser/) - Just a better way to test AngularJS apps. +* [outbrain/leonardo](https://github.com/outbrain/Leonardo) - Add-on tool for centralizing your client side mocking. ## View * [AngularStrap](http://mgcrea.github.io/angular-strap/) - AngularJS native directives for Bootstrap. From 34123f62b4f9f1b42c99e5c3129eb7cfd21635d6 Mon Sep 17 00:00:00 2001 From: Valentin Hervieu Date: Wed, 17 Feb 2016 11:43:31 +0100 Subject: [PATCH 49/80] Add angularjs-slider --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6ae1387..15cf642 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ Table of contents: * [gkaimakas/angular.validators](https://github.com/gkaimakas/angular.validators) - Angular validation directives for forms. A port of validator.js * [Foxandxss/angular-toastr](https://github.com/Foxandxss/angular-toastr) - Angular port of CodeSeven/toastr. * [jirikavi/AngularJS-Toaster](https://github.com/jirikavi/AngularJS-Toaster) - AngularJS Toaster is a customized version of "toastr" non-blocking notification javascript library. +* [angular-slider/angularjs-slider](https://github.com/angular-slider/angularjs-slider) - Slider directive for AngularJS. No dependencies and mobile friendly. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From 520ff2350a2e25e85321fe04d3e13bddda035999 Mon Sep 17 00:00:00 2001 From: Jonathan Hornung Date: Tue, 15 Mar 2016 12:30:58 +0100 Subject: [PATCH 50/80] added [JohnnyTheTank/apiNG](https://github.com/JohnnyTheTank/apiNG) to "Web Service" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15cf642..b04479f 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Table of contents: * [chinmaymk/angular-cog](https://github.com/chinmaymk/angular-cog) - declarative ajax requests for AngularJS. * [tkambler/bonegular](https://github.com/tkambler/bonegular) - Backbone-Inspired Models and Collections for AngularJS. * [platanus/angular-restmod](https://github.com/platanus/angular-restmod) - Rails inspired REST-API ORM for AngularJS. +* [JohnnyTheTank/apiNG](https://github.com/JohnnyTheTank/apiNG) - AngularJS modules to handle Rest API requests via html-attributes and much more ## Asset Manager * [danialfarid/angular-file-upload](https://github.com/danialfarid/ng-file-upload) - An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers. From 3b6b94763812a77259db15fe0629e76a8353be2f Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Sun, 20 Mar 2016 18:02:51 +0200 Subject: [PATCH 51/80] Added angular-file-upload --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b04479f..a498ebd 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ Table of contents: * [JohnnyTheTank/apiNG](https://github.com/JohnnyTheTank/apiNG) - AngularJS modules to handle Rest API requests via html-attributes and much more ## Asset Manager -* [danialfarid/angular-file-upload](https://github.com/danialfarid/ng-file-upload) - An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers. +* [danialfarid/ng-file-upload](https://github.com/danialfarid/ng-file-upload) - An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers. +* [nervgh/angular-file-upload](https://github.com/nervgh/angular-file-upload) - Angular File Upload is a module for the AngularJS framework. * [urish/angular-load](https://github.com/urish/angular-load) - Dynamically load scripts and css stylesheets in your AngularJS app. * [flowjs/ng-flow](https://github.com/flowjs/ng-flow) - Flow.js html5 file upload extension on AngularJS framework. * [joni2back/angular-filemanager](https://github.com/joni2back/angular-filemanager) - JavaScript HTML5 File Management Material Design Folder Explorer Navigator Browser Manager in AngularJS (with FTP in PHP / Java). From 59e1f87f168eca7a383f46dda8b203a3a9217d0d Mon Sep 17 00:00:00 2001 From: Vladimir Lugovsky Date: Fri, 8 Apr 2016 22:04:22 +0300 Subject: [PATCH 52/80] Update README.md Add Blur Admin to notable seed projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a498ebd..85bdc50 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Table of contents: * [giorgiofellipe/ionic-angular-parse-boilerplate](https://github.com/giorgiofellipe/ionic-angular-parse-boilerplate) - Ionic + AngularJS + Parse.com boilerplate by Giorgio Fellipe. * [the-front/angularjs-ee-boilerplate](https://github.com/the-front/angularjs-ee-boilerplate) - This boilerplate (seed project, starting project) helps you build large scale AngularJS applications with Require.js by Erko Bridee. * [ziyasal/ng-espack-boilerplate](https://github.com/ziyasal/ng-espack-boilerplate) - AngularJS 1.4x and ES6 application boilerplate /w testing practices using Webpack +* [akveo/blur-admin](https://github.com/akveo/blur-admin) - Free premium Angular 1.x Bootsrap Admin dashboard ## User Manager * [lynndylanhurley/ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) - Token based authentication module for AngularJS. From c18f521241bbedde6d949e854f465777e9df7ce6 Mon Sep 17 00:00:00 2001 From: Ouadie Lahdioui Date: Sun, 17 Apr 2016 18:48:10 +0100 Subject: [PATCH 53/80] Adding ngInspector and angular-performance --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a498ebd..5443e77 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Awesome AngularJS [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -A list of awesome [AngularJS](https://angularjs.org/) services, directives, utilities and resources. +A list of awesome [AngularJS](https://angularjs.org/) services, directives, filters, utilities and resources. Table of contents: * [Seed Projects](#seed-projects) @@ -154,6 +154,8 @@ Table of contents: * [angular/angularjs-batarang](https://github.com/angular/batarang) - AngularJS WebInspector Extension for Chrome. * [decipherinc/angular-debaser](https://github.com/decipherinc/angular-debaser/) - Just a better way to test AngularJS apps. * [outbrain/leonardo](https://github.com/outbrain/Leonardo) - Add-on tool for centralizing your client side mocking. +* [rev087/ng-inspector](https://github.com/rev087/ng-inspector) - A browser extension that displays an inspector panel showing the AngularJS scope hierarchy in the current page in real time. +* [Linkurious/angular-performance](https://github.com/Linkurious/angular-performance) - A chrome extension aimed at monitoring angular application performance. ## View * [AngularStrap](http://mgcrea.github.io/angular-strap/) - AngularJS native directives for Bootstrap. From f23b2c223e65ce3dadcbeae4cc43d64ea0ffab56 Mon Sep 17 00:00:00 2001 From: Gustavo Gard Date: Tue, 26 Apr 2016 01:10:22 -0300 Subject: [PATCH 54/80] Add Angular project. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ed170e..ceae27e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ Table of contents: * [the-front/angularjs-ee-boilerplate](https://github.com/the-front/angularjs-ee-boilerplate) - This boilerplate (seed project, starting project) helps you build large scale AngularJS applications with Require.js by Erko Bridee. * [ziyasal/ng-espack-boilerplate](https://github.com/ziyasal/ng-espack-boilerplate) - AngularJS 1.4x and ES6 application boilerplate /w testing practices using Webpack * [akveo/blur-admin](https://github.com/akveo/blur-admin) - Free premium Angular 1.x Bootsrap Admin dashboard +* [gusgard/angular-seed-es6](https://github.com/gusgard/angular-seed-es6) - AngularJS 1.5 starter repo using best practices + ES6 + SASS + Browserify + BrowserSync. + ## User Manager * [lynndylanhurley/ng-token-auth](https://github.com/lynndylanhurley/ng-token-auth) - Token based authentication module for AngularJS. From 3926f4b0a98f196cf4d8658273277c9b88dc4521 Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Sun, 8 May 2016 00:08:28 +0300 Subject: [PATCH 55/80] Added ngReact and angular-swagger-ui --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ceae27e..d6d57e5 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Table of contents: * [Foxandxss/angular-toastr](https://github.com/Foxandxss/angular-toastr) - Angular port of CodeSeven/toastr. * [jirikavi/AngularJS-Toaster](https://github.com/jirikavi/AngularJS-Toaster) - AngularJS Toaster is a customized version of "toastr" non-blocking notification javascript library. * [angular-slider/angularjs-slider](https://github.com/angular-slider/angularjs-slider) - Slider directive for AngularJS. No dependencies and mobile friendly. +* [ngReact/ngReact](https://github.com/ngReact/ngReact) - Use React Components in Angular. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. @@ -176,6 +177,7 @@ Table of contents: * [angulartics/angulartics](https://github.com/angulartics/angulartics) - Analytics for AngularJS applications. * [Ciul/angular-facebook](https://github.com/Ciul/angular-facebook) - An AngularJS module based approach to the Facebook Javascript SDK. * [pc035860/angular-easyfb](https://github.com/pc035860/angular-easyfb) - Super easy AngularJS + Facebook JavaScript SDK. +* [Orange-OpenSource/angular-swagger-ui](https://github.com/Orange-OpenSource/angular-swagger-ui) - An AngularJS implementation of Swagger UI. ## Internationalization * [angular-translate/angular-translate](https://github.com/angular-translate/angular-translate) - i18n in your AngularJS apps, made easy. From f0600b62b9a309a5e3e174f55db759012aa1e8c7 Mon Sep 17 00:00:00 2001 From: Dmitri Suvorov Date: Fri, 13 May 2016 23:44:41 +0300 Subject: [PATCH 56/80] Added ocLazyLoad and angular-photoswipe --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d6d57e5..cdd9a21 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Table of contents: * [jirikavi/AngularJS-Toaster](https://github.com/jirikavi/AngularJS-Toaster) - AngularJS Toaster is a customized version of "toastr" non-blocking notification javascript library. * [angular-slider/angularjs-slider](https://github.com/angular-slider/angularjs-slider) - Slider directive for AngularJS. No dependencies and mobile friendly. * [ngReact/ngReact](https://github.com/ngReact/ngReact) - Use React Components in Angular. +* [m00s/angular-photoswipe](https://github.com/m00s/angular-photoswipe) - An angular directive for PhotoSwipe image gallery. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. @@ -160,6 +161,7 @@ Table of contents: * [outbrain/leonardo](https://github.com/outbrain/Leonardo) - Add-on tool for centralizing your client side mocking. * [rev087/ng-inspector](https://github.com/rev087/ng-inspector) - A browser extension that displays an inspector panel showing the AngularJS scope hierarchy in the current page in real time. * [Linkurious/angular-performance](https://github.com/Linkurious/angular-performance) - A chrome extension aimed at monitoring angular application performance. +* [ocombe/ocLazyLoad](https://github.com/ocombe/ocLazyLoad) - Lazy load modules & components in AngularJS. ## View * [AngularStrap](http://mgcrea.github.io/angular-strap/) - AngularJS native directives for Bootstrap. From 81984415336dad68283f074fa81f38a6fe52585c Mon Sep 17 00:00:00 2001 From: guillaume-fr Date: Tue, 17 May 2016 10:16:56 +0200 Subject: [PATCH 57/80] Add Angular Material --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cdd9a21..ff5343e 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Table of contents: * [ocombe/ocLazyLoad](https://github.com/ocombe/ocLazyLoad) - Lazy load modules & components in AngularJS. ## View +* [Angular Material](https://material.angularjs.org) - A set of reusable, well-tested, and accessible UI components based on Material Design. * [AngularStrap](http://mgcrea.github.io/angular-strap/) - AngularJS native directives for Bootstrap. * [Angular UI](http://angular-ui.github.io/) - Angular UI is the companion suite(s) to the AngularJS framework. * [Augus/ngAnimate](https://github.com/Augus/ngAnimate) - ngAnimate is best effect solution made for AngularJS. From bfac05d9cf52f7d490be1d526fa8c71e1a681271 Mon Sep 17 00:00:00 2001 From: Franco Sioquim Date: Thu, 21 Jul 2016 19:59:34 +1200 Subject: [PATCH 58/80] Add Angular NVD3 charts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff5343e..228dbe8 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ Table of contents: ## Chart * [n3-charts/line-chart](https://github.com/n3-charts/line-chart) - Awesome charts for AngularJS. * [bouil/angular-google-chart](https://github.com/bouil/angular-google-chart) - Google Chart Tools AngularJS Directive Module. +* [krispo/angular-nvd3](https://github.com/krispo/angular-nvd3) - angular directive using NVD3 charting library (based on d3). * [chinmaymk/angular-charts](https://github.com/chinmaymk/angular-charts) - angular directives for creating common charts using d3. * [carlcraig/tc-angular-chartjs](https://github.com/carlcraig/tc-angular-chartjs) - Add Chart.js charts to your AngularJS application. * [stpa-co/angular-morris-chart](https://github.com/stewones/angular-morris-chart) - Create morris chart easily with this directives. From 308572c134f8b2be36a39181f68496eb2a86cfcd Mon Sep 17 00:00:00 2001 From: Gaurav Arora Date: Thu, 21 Jul 2016 17:02:47 +0530 Subject: [PATCH 59/80] Update README.md add chart.js angular directive --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 228dbe8..6aabb78 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Table of contents: * [chinmaymk/angular-charts](https://github.com/chinmaymk/angular-charts) - angular directives for creating common charts using d3. * [carlcraig/tc-angular-chartjs](https://github.com/carlcraig/tc-angular-chartjs) - Add Chart.js charts to your AngularJS application. * [stpa-co/angular-morris-chart](https://github.com/stewones/angular-morris-chart) - Create morris chart easily with this directives. +* [jtblin/angular-chart.js](https://github.com/jtblin/angular-chart.js) - Reactive, responsive, beautiful charts using Chart.js ## Task * [ericclemmons/grunt-angular-templates](https://github.com/ericclemmons/grunt-angular-templates) - Grunt build task to concatenate & pre-load your AngularJS templates. From 1648fd5950618cef6fdaf11155b4fd44a4966e32 Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Mon, 25 Jul 2016 20:57:29 -0400 Subject: [PATCH 60/80] added angular-json-calendar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6aabb78..136d3ba 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Table of contents: * [angular-slider/angularjs-slider](https://github.com/angular-slider/angularjs-slider) - Slider directive for AngularJS. No dependencies and mobile friendly. * [ngReact/ngReact](https://github.com/ngReact/ngReact) - Use React Components in Angular. * [m00s/angular-photoswipe](https://github.com/m00s/angular-photoswipe) - An angular directive for PhotoSwipe image gallery. +* [benjamincharity/angular-json-calendar](https://github.com/benjamincharity/angular-json-calendar) - An Angular module that generates calendar data as a JSON object and/or HTML. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From 187f9a34268f1c5217e8b3b4eaec55dbcf254e8f Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Mon, 25 Jul 2016 21:00:15 -0400 Subject: [PATCH 61/80] fixed spelling per contribution guidelines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 136d3ba..cbf6e75 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Table of contents: * [angular-slider/angularjs-slider](https://github.com/angular-slider/angularjs-slider) - Slider directive for AngularJS. No dependencies and mobile friendly. * [ngReact/ngReact](https://github.com/ngReact/ngReact) - Use React Components in Angular. * [m00s/angular-photoswipe](https://github.com/m00s/angular-photoswipe) - An angular directive for PhotoSwipe image gallery. -* [benjamincharity/angular-json-calendar](https://github.com/benjamincharity/angular-json-calendar) - An Angular module that generates calendar data as a JSON object and/or HTML. +* [benjamincharity/angular-json-calendar](https://github.com/benjamincharity/angular-json-calendar) - An AngularJS module that generates calendar data as a JSON object and/or HTML. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From 58afca7438f6ddf296deaa2065385315d5f7828a Mon Sep 17 00:00:00 2001 From: tom Date: Sun, 21 Aug 2016 14:49:16 -0700 Subject: [PATCH 62/80] Add ng-poly Yeoman generator. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbf6e75..3a78f63 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ Table of contents: * [matthieu-D/angular-lorem-image](https://github.com/matthieu-D/angular-lorem-image) - This directive provides lorem image generation for your website by using the great lorempixel service to generate images. * [ajoslin/angular-promise-tracker](https://github.com/ajoslin/angular-promise-tracker) - Easily add spinners or general request tracking to your AngularJS app. * [yeoman/generator-angular](https://github.com/yeoman/generator-angular) - Yeoman generator for AngularJS apps. +* [dustinspecker/generator-ng-poly](https://github.com/dustinspecker/generator-ng-poly) - Yeoman generator for AngularJS apps with customizable tooling. Adheres to John Papa and Todd Motto style guides, and features many robust subgenerators. * [angular/angularjs-batarang](https://github.com/angular/batarang) - AngularJS WebInspector Extension for Chrome. * [decipherinc/angular-debaser](https://github.com/decipherinc/angular-debaser/) - Just a better way to test AngularJS apps. * [outbrain/leonardo](https://github.com/outbrain/Leonardo) - Add-on tool for centralizing your client side mocking. From d7671bdce054719a0cc63b810cc39058b73807ed Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Wed, 24 Aug 2016 13:11:13 +0200 Subject: [PATCH 63/80] Adding an additional seed project --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a78f63..6c8a793 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Table of contents: * [ziyasal/ng-espack-boilerplate](https://github.com/ziyasal/ng-espack-boilerplate) - AngularJS 1.4x and ES6 application boilerplate /w testing practices using Webpack * [akveo/blur-admin](https://github.com/akveo/blur-admin) - Free premium Angular 1.x Bootsrap Admin dashboard * [gusgard/angular-seed-es6](https://github.com/gusgard/angular-seed-es6) - AngularJS 1.5 starter repo using best practices + ES6 + SASS + Browserify + BrowserSync. +* [simskij/angular-seed](https://github.com/simskij/angular-seed) AngularJS 1.5 Seed + Premade Gulp scripts and project directory layout. ## User Manager From c2523b69dc46bfb5bfaf60f9a23e145cbee6f261 Mon Sep 17 00:00:00 2001 From: Mikhail Kopylov Date: Tue, 30 Aug 2016 16:40:46 +0300 Subject: [PATCH 64/80] Update README.md Add angular-autodisable directive --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c8a793..35c860c 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,7 @@ Table of contents: * [ngReact/ngReact](https://github.com/ngReact/ngReact) - Use React Components in Angular. * [m00s/angular-photoswipe](https://github.com/m00s/angular-photoswipe) - An angular directive for PhotoSwipe image gallery. * [benjamincharity/angular-json-calendar](https://github.com/benjamincharity/angular-json-calendar) - An AngularJS module that generates calendar data as a JSON object and/or HTML. +* [kirstein/angular-autodisable](https://github.com/kirstein/angular-autodisable) - An extension to angular ng-click directive that automatically sets the element to disabled if the handler would return a promise. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From 7cdbbc2d617044ca65f9f9af4fc200cf84cb5767 Mon Sep 17 00:00:00 2001 From: Benjamin Charity Date: Tue, 6 Sep 2016 11:40:17 -0400 Subject: [PATCH 65/80] Added angular-keypad https://github.com/benjamincharity/angular-keypad --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35c860c..087d560 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ Table of contents: * [m00s/angular-photoswipe](https://github.com/m00s/angular-photoswipe) - An angular directive for PhotoSwipe image gallery. * [benjamincharity/angular-json-calendar](https://github.com/benjamincharity/angular-json-calendar) - An AngularJS module that generates calendar data as a JSON object and/or HTML. * [kirstein/angular-autodisable](https://github.com/kirstein/angular-autodisable) - An extension to angular ng-click directive that automatically sets the element to disabled if the handler would return a promise. +* [benjamincharity/angular-keypad](https://github.com/benjamincharity/angular-keypad) - :iphone::1234: A numerical keypad built for mobile devices. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From 2a1fb7816049dc5588bbe612384e800fac8fd268 Mon Sep 17 00:00:00 2001 From: Natthakit Khamso Date: Sun, 11 Sep 2016 18:06:01 +0200 Subject: [PATCH 66/80] Added ng-next to the Other section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 087d560..0307656 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Table of contents: ## Chart * [n3-charts/line-chart](https://github.com/n3-charts/line-chart) - Awesome charts for AngularJS. * [bouil/angular-google-chart](https://github.com/bouil/angular-google-chart) - Google Chart Tools AngularJS Directive Module. -* [krispo/angular-nvd3](https://github.com/krispo/angular-nvd3) - angular directive using NVD3 charting library (based on d3). +* [krispo/angular-nvd3](https://github.com/krispo/angular-nvd3) - angular directive using NVD3 charting library (based on d3). * [chinmaymk/angular-charts](https://github.com/chinmaymk/angular-charts) - angular directives for creating common charts using d3. * [carlcraig/tc-angular-chartjs](https://github.com/carlcraig/tc-angular-chartjs) - Add Chart.js charts to your AngularJS application. * [stpa-co/angular-morris-chart](https://github.com/stewones/angular-morris-chart) - Create morris chart easily with this directives. @@ -221,6 +221,7 @@ Table of contents: * [mgechev/angularjs-in-patterns](https://github.com/mgechev/angularjs-in-patterns) - This repository provides different look into AngularJS. * [Gillespie59/eslint-plugin-angular](https://github.com/Gillespie59/eslint-plugin-angular) - ESLint plugin for AngularJS application. * [kasperlewau/angular-bind-notifier](https://github.com/kasperlewau/angular-bind-notifier) - Low $watch count namespaced AngularJS bindings, i.e. refreshment of one-way binds. +* [Aqu1nt/ng-next](https://github.com/Aqu1nt/ng-next) - A very simple and elegant way to use AngularJS 1.x with ES6 / ES7. ## License From c5cd9e0dc95646c85755f8503f91b8f6312ecae2 Mon Sep 17 00:00:00 2001 From: lunix01 <646696730@qq.com> Date: Tue, 20 Sep 2016 13:28:39 +0800 Subject: [PATCH 67/80] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0307656..0c60c13 100644 --- a/README.md +++ b/README.md @@ -214,6 +214,7 @@ Table of contents: * [typescript-angular](https://github.com/tastejs/todomvc/tree/master/examples/typescript-angular) ## Other +* [toddmotto/angular-styleguide](https://github.com/toddmotto/angular-styleguide) - Angular styleguide for teams. * [mgechev/angularjs-style-guide](https://github.com/mgechev/angularjs-style-guide) - Community-driven set of best practices for AngularJS application development. * [shyamseshadri/angularjs-book](https://github.com/shyamseshadri/angularjs-book) - Examples and Code snippets from the AngularJS O'Reilly book. * [johnpapa/angularjs-styleguide](https://github.com/johnpapa/angular-styleguide) - A starting point for AngularJS development teams to provide consistency through good practices. From fcd48bac2f40963c84483a827cfda7b16ffe798b Mon Sep 17 00:00:00 2001 From: ruiming Date: Mon, 26 Sep 2016 00:28:07 +0800 Subject: [PATCH 68/80] Add angular-promise-buttons --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c60c13..f334218 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Table of contents: * [jdpedrie/angularjs-camelCase-to-human-filter](https://github.com/jdpedrie/angularjs-camelCase-to-human-filter) - AngularJS Filter to convert camelCase strings to human readable strings. ## Directive +* [johannesjo/angular-promise-buttons](https://github.com/johannesjo/angular-promise-buttons) - Chilled loading buttons for AngularJS. * [zizzamia/ng-tasty](https://github.com/zizzamia/ng-tasty) - Lightweight, flexible, and tasty collection of reusable UI components for AngularJS, like grandma used to make. ( table directive, range filter ). * [tombatossals/angular-leaflet-directive](https://github.com/tombatossals/angular-leaflet-directive) - AngularJS directive to embed and interact with maps managed by Leaflet library. * [esvit/angular-social](https://github.com/esvit/angular-social) - Social like-buttons with counters for sites (even ajax sites). From 47b01d729bd9604e15cdd85c55b1a2da0369437e Mon Sep 17 00:00:00 2001 From: lunix01 <646696730@qq.com> Date: Wed, 28 Sep 2016 10:52:00 +0800 Subject: [PATCH 69/80] Directive add angular-sticky --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f334218..f6d7e01 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ Table of contents: * [benjamincharity/angular-json-calendar](https://github.com/benjamincharity/angular-json-calendar) - An AngularJS module that generates calendar data as a JSON object and/or HTML. * [kirstein/angular-autodisable](https://github.com/kirstein/angular-autodisable) - An extension to angular ng-click directive that automatically sets the element to disabled if the handler would return a promise. * [benjamincharity/angular-keypad](https://github.com/benjamincharity/angular-keypad) - :iphone::1234: A numerical keypad built for mobile devices. +* [harm-less/angular-sticky](https://github.com/harm-less/angular-sticky) - :Pure javascript AngularJS directive to make elements stick when scrolling. ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From 9c0a3a5f926ac6b004b0615a78793c9f2f63ac3b Mon Sep 17 00:00:00 2001 From: Kenneth Palaganas Date: Wed, 28 Sep 2016 13:53:28 +0800 Subject: [PATCH 70/80] Add NativeScript --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f334218..d77efc3 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Table of contents: * [driftyco/ng-cordova](https://github.com/driftyco/ng-cordova/) - AngularJS Cordova wrappers for common Cordova plugins. * [revolunet/angular-carousel](https://github.com/revolunet/angular-carousel) - Mobile friendly AngularJS carousel. * [driftyco/ionic](https://github.com/driftyco/ionic) - Advanced HTML5 Hybrid Mobile App Framework. +* [NativeScript](https://github.com/NativeScript/NativeScript) - Build truly native cross-platform iOS and Android apps with AngularJS. ## Web Service * [mgonto/restangular](https://github.com/mgonto/restangular) - AngularJS service to handle Rest API Restful Resources properly and easily. From 8d2fa21103cc0744c7fac0b1dfae4882f53b5368 Mon Sep 17 00:00:00 2001 From: Kenneth Palaganas Date: Tue, 4 Oct 2016 17:28:06 +0800 Subject: [PATCH 71/80] Add userapp-angular --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57aa1a0..1289de3 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ Table of contents: * [enginous/angular-oauth](https://github.com/angular-oauth/angular-oauth) - Client-side (implicit grant) OAuth 2.0 authorization flow for AngularJS. * [witoldsz/angular-http-auth](https://github.com/witoldsz/angular-http-auth) - HTTP Auth Interceptor Module. * [sahat/satellizer](https://github.com/sahat/satellizer) - Token-based AngularJS Authentication. +* [userapp-angular](https://github.com/userapp-io/userapp-angular) - Adds user authentication to your app with UserApp. ## Mobile * [ajoslin/angular-mobile-nav](https://github.com/ajoslin/angular-mobile-nav) - An AngularJS navigation service for mobile applications. From 7bd50273a16b1a5398b3d055e9e3d0b7eb378050 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 13 Dec 2016 13:37:30 +0100 Subject: [PATCH 72/80] Add ngParty/Angular1-scaffold --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1289de3..98547f8 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Table of contents: ## Seed Projects * [AngularClass/NG6-starter](https://github.com/AngularClass/NG6-starter) - An AngularJS Starter repo for Angular + ES6 + (Webpack or JSPM) by [@AngularClass](https://github.com/AngularClass). * [tomastrajan/angular-js-es6-testing-example](https://github.com/tomastrajan/angular-js-es6-testing-example) - Angular JS seed repository with focus on unit & integration testing (ES6, webpack, karma, mocha), suitable for serious / enterprise projects. +* [ngParty/Angular1-scaffold](https://github.com/ngParty/Angular1-scaffold) - Angular (Tests, Dev/Prod), Karma, Jasmine, Istanbul, TypeScript, NgMetadata, TsLint, Codelyzer, Typings, and Webpack by [@ngParty](https://github.com/ngParty) * [flatlogic/angular-material-dashboard](https://github.com/flatlogic/angular-material-dashboard) - Angular admin dashboard with material design * [ngbp/ngbp](https://github.com/ngbp/ngbp) - A sophisticated build management system for web apps * [vesparny/angular-kickstart](https://github.com/vesparny/angular-kickstart) - Speed up your AngularJS development and testing with a complete and scalable build system that scaffolds the project for you. From 6a4bed4b80d1aaff609c940751d361b8e5494c6b Mon Sep 17 00:00:00 2001 From: Lianyi Han Date: Wed, 14 Dec 2016 09:27:48 -0500 Subject: [PATCH 73/80] add angular-fullstack/generator-angular-fullstack --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98547f8..72022b9 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ Table of contents: * [rev087/ng-inspector](https://github.com/rev087/ng-inspector) - A browser extension that displays an inspector panel showing the AngularJS scope hierarchy in the current page in real time. * [Linkurious/angular-performance](https://github.com/Linkurious/angular-performance) - A chrome extension aimed at monitoring angular application performance. * [ocombe/ocLazyLoad](https://github.com/ocombe/ocLazyLoad) - Lazy load modules & components in AngularJS. +* [angular-fullstack/generator-angular-fullstack](https://github.com/angular-fullstack/generator-angular-fullstack) - Yeoman AngularJS Full-Stack generator with an Express server. ## View * [Angular Material](https://material.angularjs.org) - A set of reusable, well-tested, and accessible UI components based on Material Design. From 89b754ced147c1d039668e8333529b6cc5ce84f7 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 14 Dec 2016 15:45:47 +0100 Subject: [PATCH 74/80] Replace ngmin with ng-annotate (webpack) ngmin-webpack-plugin is deprecated and recommends ng-annotate-webpack-plugin instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98547f8..7375713 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Table of contents: ## Task * [ericclemmons/grunt-angular-templates](https://github.com/ericclemmons/grunt-angular-templates) - Grunt build task to concatenate & pre-load your AngularJS templates. * [Kagami/gulp-ng-annotate](https://github.com/Kagami/gulp-ng-annotate) - Add AngularJS dependency injection annotations with ng-annotate. -* [jeffling/ngmin-webpack-plugin](https://github.com/jeffling/ngmin-webpack-plugin) - Webpack plugin for injection of annotations (for pre-minimization). +* [jeffling/ng-annotate-webpack-plugin](https://github.com/jeffling/ng-annotate-webpack-plugin) - Webpack plugin that runs ng-annotate on your bundles. ## TodoMVC * [angular-dart](https://github.com/tastejs/todomvc/tree/master/examples/angular-dart) From fde68c3ec22ad95d13affc082301b89d7469ae6d Mon Sep 17 00:00:00 2001 From: JiHyung Lee Date: Mon, 6 Feb 2017 23:37:47 +0900 Subject: [PATCH 75/80] add urish/angular-moment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a03ee46..dd41db2 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Table of contents: * [kirstein/angular-autodisable](https://github.com/kirstein/angular-autodisable) - An extension to angular ng-click directive that automatically sets the element to disabled if the handler would return a promise. * [benjamincharity/angular-keypad](https://github.com/benjamincharity/angular-keypad) - :iphone::1234: A numerical keypad built for mobile devices. * [harm-less/angular-sticky](https://github.com/harm-less/angular-sticky) - :Pure javascript AngularJS directive to make elements stick when scrolling. +* [urish/angular-moment](https://github.com/urish/angular-moment) - AngularJS directive and filters for [Moment.js](https://momentjs.com/). ## Storage * [gsklee/ngStorage](https://github.com/gsklee/ngStorage) - localStorage and sessionStorage done right for AngularJS. From e0a9b02be9f5376ccd179f321a4cfe7a70d6480d Mon Sep 17 00:00:00 2001 From: andreykh1985 Date: Wed, 1 Mar 2017 17:22:35 +0500 Subject: [PATCH 76/80] Add AngularJS-AnyChart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd41db2..bf6f4b9 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ Table of contents: * [carlcraig/tc-angular-chartjs](https://github.com/carlcraig/tc-angular-chartjs) - Add Chart.js charts to your AngularJS application. * [stpa-co/angular-morris-chart](https://github.com/stewones/angular-morris-chart) - Create morris chart easily with this directives. * [jtblin/angular-chart.js](https://github.com/jtblin/angular-chart.js) - Reactive, responsive, beautiful charts using Chart.js +* [AnyChart/AnyChart-AngularJS-v1.x](https://github.com/AnyChart/AnyChart-AngularJS-v1.x) - Create robust interactive charts using AnyChart JavaScript charting library with AngularJS v1.x. ## Task * [ericclemmons/grunt-angular-templates](https://github.com/ericclemmons/grunt-angular-templates) - Grunt build task to concatenate & pre-load your AngularJS templates. From 5d01edabf917a9f91ee8ce9221622d9bd7e9bf5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20S=C3=B6der?= Date: Wed, 15 Mar 2017 16:32:26 +0100 Subject: [PATCH 77/80] webcss/angular-indexedDB moved [webcss/angular-indexedDB](https://github.com/webcss/angular-indexedDB/) was moved to [bramski/angular-indexeddb](https://github.com/bramski/angular-indexedDB/) according to (https://github.com/webcss/angular-indexedDB/issues/36), although [bramski/angular-indexeddb](https://github.com/bramski/angular-indexedDB/) [is now also unmaintained](https://github.com/bramski/angular-indexedDB/issues/73), but should contain less bugs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf6f4b9..e20f2c6 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Table of contents: * [grevory/angular-local-storage](https://github.com/grevory/angular-local-storage) - An AngularJS module that gives you access to the browsers local storage with cookie fallback. * [jmdobry/angular-cache](https://github.com/jmdobry/angular-cache) - angular-cache is a very useful replacement for AngularJS's $cacheFactory. * [jmdobry/angular-data](https://github.com/js-data/js-data-angular) - Data store for AngularJS. -* [webcss/angular-indexedDB](https://github.com/webcss/angular-indexedDB) - An AngularJS serviceprovider to utilize indexedDB with AngularJS. +* [bramski/angular-indexedDB](https://github.com/bramski/angular-indexedDB) - An AngularJS serviceprovider to utilize indexedDB with AngularJS. * [tymondesigns/angular-locker](https://github.com/tymondesigns/angular-locker) - A simple, configurable & fluent abstraction for local/session storage in angular projects. ## Data Manage From d6ae94d9d45a9f4af7c67dcf361241613e9ea7b8 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Mon, 20 Mar 2017 15:29:13 +0100 Subject: [PATCH 78/80] Update README.md Added another seed project --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e20f2c6..34d5d86 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ Table of contents: * [ziyasal/ng-espack-boilerplate](https://github.com/ziyasal/ng-espack-boilerplate) - AngularJS 1.4x and ES6 application boilerplate /w testing practices using Webpack * [akveo/blur-admin](https://github.com/akveo/blur-admin) - Free premium Angular 1.x Bootsrap Admin dashboard * [gusgard/angular-seed-es6](https://github.com/gusgard/angular-seed-es6) - AngularJS 1.5 starter repo using best practices + ES6 + SASS + Browserify + BrowserSync. -* [simskij/angular-seed](https://github.com/simskij/angular-seed) AngularJS 1.5 Seed + Premade Gulp scripts and project directory layout. +* [simskij/angular-gulp-seed](https://github.com/simskij/angulargulp--seed) AngularJS 1.5 Seed + Premade Gulp scripts and project directory layout. +* [simskij/angular-webpack-seed](https://github.com/simskij/angular-webpack-seed) AngularJS 1.6 seed using typescript and webpack ## User Manager From da08186361fbb31a9a519b457b2985e3f9cb494a Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Mon, 20 Mar 2017 15:30:00 +0100 Subject: [PATCH 79/80] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34d5d86..56839ee 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Table of contents: * [ziyasal/ng-espack-boilerplate](https://github.com/ziyasal/ng-espack-boilerplate) - AngularJS 1.4x and ES6 application boilerplate /w testing practices using Webpack * [akveo/blur-admin](https://github.com/akveo/blur-admin) - Free premium Angular 1.x Bootsrap Admin dashboard * [gusgard/angular-seed-es6](https://github.com/gusgard/angular-seed-es6) - AngularJS 1.5 starter repo using best practices + ES6 + SASS + Browserify + BrowserSync. -* [simskij/angular-gulp-seed](https://github.com/simskij/angulargulp--seed) AngularJS 1.5 Seed + Premade Gulp scripts and project directory layout. +* [simskij/angular-gulp-seed](https://github.com/simskij/angular-gulp-seed) AngularJS 1.5 Seed + Premade Gulp scripts and project directory layout. * [simskij/angular-webpack-seed](https://github.com/simskij/angular-webpack-seed) AngularJS 1.6 seed using typescript and webpack From 85dfe72f0c44eda1d02a10697461a52a942b417d Mon Sep 17 00:00:00 2001 From: Athos Palmer Date: Tue, 25 Apr 2017 09:53:19 -0300 Subject: [PATCH 80/80] Add angular-filter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56839ee..f9d4410 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ Table of contents: ## Filter * [jdpedrie/angularjs-camelCase-to-human-filter](https://github.com/jdpedrie/angularjs-camelCase-to-human-filter) - AngularJS Filter to convert camelCase strings to human readable strings. +* [a8m/angular-filter](https://github.com/a8m/angular-filter) - Bunch of useful filters for collections, strings, math and boolean operations in AngularJS with no external dependencies. ## Directive * [johannesjo/angular-promise-buttons](https://github.com/johannesjo/angular-promise-buttons) - Chilled loading buttons for AngularJS.