angular.js/src/service
Vojta Jina 21c725f1a1 refactor(forms): Even better forms
- remove $formFactory completely
- remove parallel scope hierarchy (forms, widgets)
- use new compiler features (widgets, forms are controllers)
- any directive can add formatter/parser (validators, convertors)

Breaks no custom input types
Breaks removed integer input type
Breaks remove list input type (ng-list directive instead)
Breaks inputs bind only blur event by default (added ng:bind-change directive)
2012-02-28 17:46:58 -08:00
..
filter refactor(directives): connect new compiler 2012-01-25 11:50:37 -08:00
anchorScroll.js refactor($autoScroll): rename to $anchorScroll and allow disabling auto scrolling (links) 2012-01-13 01:07:12 -08:00
browser.js feat($httpBackend): extract $browser.xhr into separate service 2011-11-30 11:17:22 -05:00
cacheFactory.js feat($templateCache): add $templateCache - shared by ng:include, ng:view 2011-11-30 11:17:21 -05:00
compiler.js feat($compiler): Allow attr.$observe() interpolated attrs 2012-02-21 22:46:01 -08:00
controller.js feat($compile) add locals, isolate scope, transclusion 2012-02-21 22:46:00 -08:00
cookies.js style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
cookieStore.js style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
defer.js style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
document.js style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
exceptionHandler.js feature($exceptionHandler): $exceptionHandler now supports var_args 2012-01-25 11:46:34 -08:00
filter.js refactor(directives): connect new compiler 2012-01-25 11:50:37 -08:00
http.js fix($http): Do not serialize File object 2012-02-25 18:49:54 -08:00
httpBackend.js fix($httpBackend): Set current url, if not defined or empty string 2012-02-23 22:50:02 -08:00
interpolate.js refactor($interpolate): improve interpolation service add documentation 2012-01-25 11:46:36 -08:00
locale.js style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
location.js fix($locationProvider) hashPrefix's getter returned html5Mode + doc fix 2012-01-17 11:21:20 -08:00
log.js style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
parse.js feat(parse): add support for local vars in expressions 2012-02-21 22:45:59 -08:00
q.js style(q): rename src/Deferred.js to src/service/q.js 2012-01-03 17:48:09 -08:00
resource.js docs(*): various doc fixes 2012-01-17 09:49:37 -08:00
route.js feat($compile) add locals, isolate scope, transclusion 2012-02-21 22:46:00 -08:00
routeParams.js style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
sanitize.js docs(compiler): update the compiler docs 2012-01-25 11:53:59 -08:00
scope.js feta(scope): watch object refference or equality 2012-02-23 15:01:08 -08:00
sniffer.js style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00
window.js style(docs): make jslint happy - fix some warnings 2011-11-14 20:31:19 -08:00