https://github.com/aitoroses/angularjs-de-seed
https://github.com/aitoroses/angularjs-de-seed
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aitoroses/angularjs-de-seed
- Owner: aitoroses
- License: mit
- Created: 2014-04-08T07:33:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-07T06:42:39.000Z (about 12 years ago)
- Last Synced: 2025-03-01T08:28:59.913Z (over 1 year ago)
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
angularjs-de-seed
=================
This is an AnguarJS Seed / Blueprint that we offer our customers for projects that we manage.
We running this over 2 years very successful now.
If you like to improve some parts of this, feel free to send us a PR.
If you don't like this initial structure - feel free to use your own :)
## Done
* Basic Project structure
* Testing
* Helpers
* [Karma](https://github.com/angularjs-de/angularjs-de-seed/blob/master/karma.conf.js) + [NPM Packages](https://github.com/angularjs-de/angularjs-de-seed/blob/master/package.json)
* of AngularJS Concepts (Unit Testing)
* Services
* [Factory](https://github.com/angularjs-de/angularjs-de-seed/blob/master/src/scripts/services/SimpleService.js) + [Test](https://github.com/angularjs-de/angularjs-de-seed/blob/master/test/unit/services/SimpleService.spec.js)
* [Provider](https://github.com/angularjs-de/angularjs-de-seed/blob/master/src/scripts/services/ProviderService.js) + [Test](https://github.com/angularjs-de/angularjs-de-seed/blob/master/test/unit/services/ProviderService.spec.js)
## TODO
* Project Build
* ngMin
* ngDocs
* clean
* jshint
* conventional-changelog
* Minify
* Concat
* Grunt/Gulp
* Testing
* Helpers
* Jasmine Spies
* ng-html2js
* Protractor
* of AngularJS Concepts (Unit Testing)
* Directives
* No new Scope
* New Scope
* Isolated Scope
* HTML Templates ($httpBackend /)
* CSS-Styles / Regex
* jQuery wrapper
* Controllers
* Simple
* ControllerAs
* Filter
* Simple
* Services
* Public-API
* That use $http
* Async Events
* HTTPBackend
* Promises
* Timeout / Interval
* Mocking
* HTTP
* frameworks/libs (jQuery/LeapJS/..)
* E2E
* Protractor
* Drag n Drop
* CI Integration