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
/
Angular.js
Age
Commit message (
Expand
)
Author
2012-04-20
fix(document): accidental clobbering of document.getAttribute
Misko Hevery
2012-04-10
chore(*): remove dead code and fix code style issues
Igor Minar
2012-04-10
docs(angular.bootstrap): fix typos and errors
Igor Minar
2012-04-09
fix(docs): change all directive references to use the normalized names
Igor Minar
2012-03-29
refactor($compile): move methods of attr object into prototype
Vojta Jina
2012-03-28
refactor(fromJson/toJson): move the contents of these files into Angular.js
Igor Minar
2012-03-26
feat(assertArgFn): should support array annotated fns
Igor Minar
2012-03-22
fix(forEach): should ignore prototypically inherited properties
Igor Minar
2012-03-19
chore(parseInt): cleanup parseInt() for our int()
Misko Hevery
2012-03-19
fix(json): added support for iso8061 timezone
Misko Hevery
2012-03-19
fix(compiler): allow transclusion of root elements
Misko Hevery
2012-03-19
feat(jqLite): add .controller() method
Misko Hevery
2012-03-13
fix(indexOf): use native impl if available
Igor Minar
2012-03-11
doc(fixes): to better support ng-directive notation
Misko Hevery
2012-03-09
fix(startTag): fix tagname extraction
Igor Minar
2012-03-09
chore(shiv): remove obsolete shiv code
Igor Minar
2012-03-09
chore(*): refactor all ng: to ng-
Igor Minar
2012-03-08
refactor(fromJson): Remove error() and just throw
Vojta Jina
2012-02-28
refactor(forms): Even better forms
Vojta Jina
2012-02-25
fix($http): Do not serialize File object
Vojta Jina
2012-02-23
bug(equals): incorect comparison of dates
Misko Hevery
2012-02-22
docs(ng:app): Move to other directives namespace
Vojta Jina
2012-01-25
fix($parse): get rid of $unboundFn
Igor Minar
2012-01-25
cleanup($scope): remove $$scope ref.
Misko Hevery
2012-01-25
refactor(directives): connect new compiler
Misko Hevery
2012-01-25
add($compile): add compiler v2.0 - not connected
Misko Hevery
2012-01-23
fix(scope): support watching functions
Igor Minar
2012-01-16
feat(jqLite): added injector() helper method
Igor Minar
2012-01-12
refactor(module): strict separation between module-config / app-runtime
Misko Hevery
2012-01-10
feat(module): new module loader
Misko Hevery
2012-01-06
fix(angular.copy): throw Error if source and destination are identical
Dhruv Manek
2011-12-07
fix(): use angular.callbacks namespace for jsonp callbacks
Igor Minar
2011-11-30
fix(copy,equals): prevent browser crashes with Scope or Window
Igor Minar
2011-11-21
fix(scope): $watch (and angular.equals) should support NaN values
Codier
2011-11-14
style(angularPublic): move public export definition to AnuglarPublic.js
Misko Hevery
2011-11-14
doc(rename): NG_LOCALE -> ngLocale
Misko Hevery
2011-11-14
refactor(injector): $injector is no longer a function.
Misko Hevery
2011-11-14
style(docs): make jslint happy - fix some warnings
Vojta Jina
2011-11-14
feat(bootstrap): added angular.bootstrap method
Misko Hevery
2011-11-14
fix(doc) cleanup all api doc link warnings
Misko Hevery
2011-11-14
refactor($location): merged $locationConfig service into $locationProvider
Misko Hevery
2011-11-14
chore(scenario tests): make scenario tests pass again
Misko Hevery
2011-11-14
new(directive): added ng:module directive for loading modules
Misko Hevery
2011-11-14
refactor(scenario): fix scenario bootstrap & publish injector for inspection
Misko Hevery
2011-11-14
chore(angular): clean up unused constants
Misko Hevery
2011-11-14
refactor(angular): isDate / isArray test iframe independent fix
Misko Hevery
2011-11-14
fix(i18n): updated the way locale is being registered
Misko Hevery
2011-11-14
refactor(mock): moved mocks into its own module
Misko Hevery
2011-11-14
refactor(api): remove type augmentation
Misko Hevery
2011-11-14
refactor(filter): filters are now injectable and services
Misko Hevery
[next]