aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
AgeCommit message (Expand)Author
2012-01-16feat(jqLite): added injector() helper methodIgor Minar
2012-01-12refactor(module): strict separation between module-config / app-runtimeMisko Hevery
2012-01-10feat(module): new module loaderMisko Hevery
2012-01-06fix(angular.copy): throw Error if source and destination are identicalDhruv Manek
2011-12-07fix(): use angular.callbacks namespace for jsonp callbacksIgor Minar
2011-11-30fix(copy,equals): prevent browser crashes with Scope or WindowIgor Minar
2011-11-21fix(scope): $watch (and angular.equals) should support NaN valuesCodier
2011-11-14style(angularPublic): move public export definition to AnuglarPublic.jsMisko Hevery
2011-11-14doc(rename): NG_LOCALE -> ngLocaleMisko Hevery
2011-11-14refactor(injector): $injector is no longer a function.Misko Hevery
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14feat(bootstrap): added angular.bootstrap methodMisko Hevery
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14refactor($location): merged $locationConfig service into $locationProviderMisko Hevery
2011-11-14chore(scenario tests): make scenario tests pass againMisko Hevery
2011-11-14new(directive): added ng:module directive for loading modulesMisko Hevery
2011-11-14refactor(scenario): fix scenario bootstrap & publish injector for inspectionMisko Hevery
2011-11-14chore(angular): clean up unused constantsMisko Hevery
2011-11-14refactor(angular): isDate / isArray test iframe independent fixMisko Hevery
2011-11-14fix(i18n): updated the way locale is being registeredMisko Hevery
2011-11-14refactor(mock): moved mocks into its own moduleMisko Hevery
2011-11-14refactor(api): remove type augmentationMisko Hevery
2011-11-14refactor(filter): filters are now injectable and servicesMisko Hevery
2011-11-14refactor(parser): turn parser into a service (keep compatibility hack)Misko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko Hevery
2011-11-14refactor(injector): switch to injector 2.0 introduce modulesMisko Hevery
2011-11-14new(injector): new injector v2.0Misko Hevery
2011-11-14refactor(api): cleaned up the externalization of angular API methodsMisko Hevery
2011-11-14refactor(compiler) turn compiler into a serviceMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-11-08fix(directives): make directive names case-insensitiveIgor Minar
2011-10-26feat(bootstrap): drop angular.js file name restrictions for autobindIgor Minar
2011-10-26style(Angular.js): various code style fixesIgor Minar
2011-10-24fix(angular.widget): Allow widgets to be styled in IE8 and belowDhruv Manek
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11refactor(bindings): remove the decoration of the DOM with errors.Misko Hevery
2011-10-11feat(jqlite): added .inheritedData method and $destroy event.Misko Hevery
2011-09-16fix(e2e tests): use prop() instead of attr() and quote attributesIgor Minar
2011-09-08fix($location): Use encodeUriQuery instead of escapeKai Groner
2011-09-01docs(API): various api doc fixes from ToniIgor Minar
2011-08-31kill(merge): removing merge fn - dead buggy code with no specsIgor Minar
2011-08-24doc(API): various API documentation improvementsToni Thompson
2011-08-15refactor(jqLite): remove jqLite show/hide supportIgor Minar
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-06style($function): replace $function with 'function'Igor Minar
2011-08-02refactor(angular): remove unnecessary parameter for slice functionDiPeng
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-30doc(typos): fix couple of typos in the docsdandoyon
2011-07-27style(): fix couple of missing semi-colonsVojta Jina