aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
AgeCommit message (Expand)Author
2014-02-24chore(core): create a wrapper to manage async callbacksMatias Niemelä
2014-02-24chore(core): introduce a wrapper for requestAnimationFrameMatias Niemelä
2014-02-18style: remove ws and enfore no-trailing-ws jscs ruleIgor Minar
2014-02-16docs(bike-shed-migration): convert doctype and namesPeter Bacon Darwin
2014-02-16docs(bike-shed-migration): Add missing module tagPeter Bacon Darwin
2013-12-12fix(ngInclude): Add template to DOM before linking other directivesTobias Bosch
2013-11-26fix($sanitize): Use same whitelist mechanism as $compile does.Tobias Bosch
2013-10-22style: make jshint happyVojta Jina
2013-10-18fix(csp): fix csp auto-detection and stylesheet injectionIgor Minar
2013-10-10refactor(location): $location now uses urlUtils, not RegExJeff Cross
2013-10-07feat($interval): add a service wrapping setIntervalJulie
2013-07-26feat(ngAnimate): complete rewrite of animationsMatias Niemelä
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