index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
AngularPublic.js
Age
Commit message (
Expand
)
Author
2012-04-27
feat($parse): CSP compatibility
Igor Minar
2012-04-11
chore(ngSanitize): extract $sanitize, ngBindHtml, linkyFilter into a module
Vojta Jina
2012-04-10
chore(*): remove dead code and fix code style issues
Igor Minar
2012-04-03
feat(ngModel): update model on each key stroke (revert ngModelInstant)
Vojta Jina
2012-03-28
chore(ngCookies): moved to module
Misko Hevery
2012-03-28
chore(Rakefile): get ready for modules
Misko Hevery
2012-03-26
refactor(ngBindAttr): remove
Vojta Jina
2012-03-26
feat(ngValue): allow radio inputs to have non string values
Vojta Jina
2012-03-13
feat(compile): allow ngForm on attribute and class
Misko Hevery
2012-03-09
refactor($provide) Rename service -> provider
Vojta Jina
2012-03-08
fix(ng-view, ng-include): onload and $contentLoaded
Igor Minar
2012-03-08
chore(compiler): change default restriction to attribute only for directives
Misko Hevery
2012-02-28
reafactor: Rename ng:bind-immediate -> ng:model-instant
Vojta Jina
2012-02-28
feat(ng:include) Fire $contentLoaded event
Vojta Jina
2012-02-28
refactor(forms): Even better forms
Vojta Jina
2012-02-28
feat(directive.style): Do not compile content of style element
Vojta Jina
2012-02-21
chore(ng:switch): rewritten with transclusion API
Misko Hevery
2012-02-21
feat($compile) add locals, isolate scope, transclusion
Misko Hevery
2012-01-25
feat(scriptTemplateLoader): provide template inlining
Misko Hevery
2012-01-25
refactor(directives): connect new compiler
Misko Hevery
2012-01-23
refactor($controller): Add $controller service for instantiating controllers
Vojta Jina
2012-01-13
refactor($autoScroll): rename to $anchorScroll and allow disabling auto scrol...
Vojta Jina
2012-01-12
refactor(module): strict separation between module-config / app-runtime
Misko Hevery
2012-01-10
feat(module): new module loader
Misko Hevery
2011-12-07
fix(): use angular.callbacks namespace for jsonp callbacks
Igor Minar
2011-11-30
feat($interpolate): string interpolation function
Misko Hevery
2011-11-30
feat(deferreds/promises): Q-like deferred/promise implementation with a ton o...
Igor Minar
2011-11-30
feat($templateCache): add $templateCache - shared by ng:include, ng:view
Vojta Jina
2011-11-30
feat(mocks.$httpBackend): add $httpBackend mock
Vojta Jina
2011-11-30
feat($http): new $http service, removing $xhr.*
Vojta Jina
2011-11-30
feat($cacheFactory): add general purpose $cacheFactory service
Igor Minar
2011-11-21
feat(service.$autoScroll): scroll to hash fragment
Vojta Jina
2011-11-14
style(angularPublic): move public export definition to AnuglarPublic.js
Misko Hevery
2011-11-14
new(directive): added ng:module directive for loading modules
Misko Hevery
2011-11-14
refactor(services): migrate angular.service -> module
Misko Hevery
2011-11-14
refactor(api): cleaned up the externalization of angular API methods
Misko Hevery
2011-11-14
refactor(compiler) turn compiler into a service
Misko Hevery
2011-11-14
refactor(injector): turn scope into a service
Misko Hevery
2011-10-11
refactor(hover): delete hover service
Misko Hevery
2011-09-08
feat($sniffer): basic implementation of browser feature testing
Vojta Jina
2011-09-08
feat($browser): jQuery style url method, onUrlChange event
Vojta Jina
2011-08-24
fix(AngularPublic): expose missing angular public methods
Di Peng
2011-08-10
doc($browser): remove duplication of $browser to docs
Vojta Jina
2011-07-22
feat(angular.version): add angular.version
Di Peng
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-06-08
Refactor injector to have invoke method for speed reasons
Misko Hevery
2011-06-02
Refactor $browser's lazy start polling
Vojta Jina
2011-02-16
allow jquery to be declared after angular in the script loading order
Misko Hevery
2011-01-24
fixed example rendering, add tests for it.
Misko Hevery
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
[next]