aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
AgeCommit message (Expand)Author
2013-07-25feat(ngBindHtml, sce): combine ng-bind-html and ng-bind-html-unsafeChirayu Krishnappa
2013-07-25feat($sce): new $sce service for Strict Contextual Escaping.Chirayu Krishnappa
2013-07-19fix(core): parse URLs using the browser's DOM APIChirayu Krishnappa
2013-07-18feat(Angular): provide minErr as public propertyPete Bacon Darwin
2013-07-11fix(ngSubmit): expose $event to ngSubmit callbackWesley Cho
2013-06-06chore(AngularPublic): remove angular.noConflict featureMatias Niemelä
2013-06-06refactor($route): pull $route and friends into angular-route.jsIgor Minar
2013-04-19feat(ngIf): add directive to remove and recreate DOM elementsOren Avissar
2013-04-02feat(ngAnimate): add support for animationMisko Hevery
2013-03-05chore(Grunt): switch from Rake to GruntDave Geddes
2013-02-14feat(noConflict): restore previous angular namespace referenceJames Morrin
2012-06-12fix($defer): remove deprecated $defer serviceIgor Minar
2012-05-23feat($timeout): add $timeout service that supersedes $deferIgor Minar
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