aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
AgeCommit message (Expand)Author
2012-04-20fix(document): accidental clobbering of document.getAttributeMisko Hevery
2012-04-10chore(*): remove dead code and fix code style issuesIgor Minar
2012-04-10docs(angular.bootstrap): fix typos and errorsIgor Minar
2012-04-09fix(docs): change all directive references to use the normalized namesIgor Minar
2012-03-29refactor($compile): move methods of attr object into prototypeVojta Jina
2012-03-28refactor(fromJson/toJson): move the contents of these files into Angular.jsIgor Minar
2012-03-26feat(assertArgFn): should support array annotated fnsIgor Minar
2012-03-22fix(forEach): should ignore prototypically inherited propertiesIgor Minar
2012-03-19chore(parseInt): cleanup parseInt() for our int()Misko Hevery
2012-03-19fix(json): added support for iso8061 timezoneMisko Hevery
2012-03-19fix(compiler): allow transclusion of root elementsMisko Hevery
2012-03-19feat(jqLite): add .controller() methodMisko Hevery
2012-03-13fix(indexOf): use native impl if availableIgor Minar
2012-03-11doc(fixes): to better support ng-directive notationMisko Hevery
2012-03-09fix(startTag): fix tagname extractionIgor Minar
2012-03-09chore(shiv): remove obsolete shiv codeIgor Minar
2012-03-09chore(*): refactor all ng: to ng-Igor Minar
2012-03-08refactor(fromJson): Remove error() and just throwVojta Jina
2012-02-28refactor(forms): Even better formsVojta Jina
2012-02-25fix($http): Do not serialize File objectVojta Jina
2012-02-23bug(equals): incorect comparison of datesMisko Hevery
2012-02-22docs(ng:app): Move to other directives namespaceVojta Jina
2012-01-25fix($parse): get rid of $unboundFnIgor Minar
2012-01-25cleanup($scope): remove $$scope ref.Misko Hevery
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-25add($compile): add compiler v2.0 - not connectedMisko Hevery
2012-01-23fix(scope): support watching functionsIgor Minar
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