aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
AgeCommit message (Expand)Author
2012-04-27feat($parse): CSP compatibilityIgor Minar
2012-04-11chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a moduleVojta Jina
2012-04-10chore(*): remove dead code and fix code style issuesIgor Minar
2012-04-03feat(ngModel): update model on each key stroke (revert ngModelInstant)Vojta Jina
2012-03-28chore(ngCookies): moved to moduleMisko Hevery
2012-03-28chore(Rakefile): get ready for modulesMisko Hevery
2012-03-26refactor(ngBindAttr): removeVojta Jina
2012-03-26feat(ngValue): allow radio inputs to have non string valuesVojta Jina
2012-03-13feat(compile): allow ngForm on attribute and classMisko Hevery
2012-03-09refactor($provide) Rename service -> providerVojta Jina
2012-03-08fix(ng-view, ng-include): onload and $contentLoadedIgor Minar
2012-03-08chore(compiler): change default restriction to attribute only for directivesMisko Hevery
2012-02-28reafactor: Rename ng:bind-immediate -> ng:model-instantVojta Jina
2012-02-28feat(ng:include) Fire $contentLoaded eventVojta Jina
2012-02-28refactor(forms): Even better formsVojta Jina
2012-02-28feat(directive.style): Do not compile content of style elementVojta Jina
2012-02-21chore(ng:switch): rewritten with transclusion APIMisko Hevery
2012-02-21feat($compile) add locals, isolate scope, transclusionMisko Hevery
2012-01-25feat(scriptTemplateLoader): provide template inliningMisko Hevery
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-23refactor($controller): Add $controller service for instantiating controllersVojta Jina
2012-01-13refactor($autoScroll): rename to $anchorScroll and allow disabling auto scrol...Vojta Jina
2012-01-12refactor(module): strict separation between module-config / app-runtimeMisko Hevery
2012-01-10feat(module): new module loaderMisko Hevery
2011-12-07fix(): use angular.callbacks namespace for jsonp callbacksIgor Minar
2011-11-30feat($interpolate): string interpolation functionMisko Hevery
2011-11-30feat(deferreds/promises): Q-like deferred/promise implementation with a ton o...Igor Minar
2011-11-30feat($templateCache): add $templateCache - shared by ng:include, ng:viewVojta Jina
2011-11-30feat(mocks.$httpBackend): add $httpBackend mockVojta Jina
2011-11-30feat($http): new $http service, removing $xhr.*Vojta Jina
2011-11-30feat($cacheFactory): add general purpose $cacheFactory serviceIgor Minar
2011-11-21feat(service.$autoScroll): scroll to hash fragmentVojta Jina
2011-11-14style(angularPublic): move public export definition to AnuglarPublic.jsMisko Hevery
2011-11-14new(directive): added ng:module directive for loading modulesMisko Hevery
2011-11-14refactor(services): migrate angular.service -> moduleMisko 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-10-11refactor(hover): delete hover serviceMisko Hevery
2011-09-08feat($sniffer): basic implementation of browser feature testingVojta Jina
2011-09-08feat($browser): jQuery style url method, onUrlChange eventVojta Jina
2011-08-24fix(AngularPublic): expose missing angular public methodsDi Peng
2011-08-10doc($browser): remove duplication of $browser to docsVojta Jina
2011-07-22feat(angular.version): add angular.versionDi Peng
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-06-02Refactor $browser's lazy start pollingVojta Jina
2011-02-16allow jquery to be declared after angular in the script loading orderMisko Hevery
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar