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
/
Scope.js
Age
Commit message (
Expand
)
Author
2011-11-14
move(scope): appease the History God
Misko Hevery
2011-10-31
feat(scope): better logging of infinite digest error
Igor Minar
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-10-11
feat(forms): new and improved forms
Misko Hevery
2011-09-02
docs(guide/tutorial/misc): sync with google docs
Igor Minar
2011-09-01
feat(scope): add listener deregistration fn for $watch and $on
Igor Minar
2011-08-31
fix(scope): fix edge case for $digest & $broadcast scope traversal
Igor Minar
2011-08-24
fix(events): fixing IE specific issues
Igor Minar
2011-08-24
feat(scope): support for events
Igor Minar
2011-08-15
style(*): remove extra semicolons
Igor Minar
2011-08-15
style(*): wrap all assignments in if statements
Igor Minar
2011-08-14
refactor(scope): non-recursive $digest method
Misko Hevery
2011-08-14
refactor(scope): use double-linked-list for children
Misko Hevery
2011-08-12
feat(scope): $evalAsync support
Misko Hevery
2011-08-12
perf(scope): re-enable statement cacheing
Misko Hevery
2011-08-12
refactor(scope): remove $flush/$observe ng:eval/ng:eval-order
Misko Hevery
2011-08-12
fix(scope): rerun $digest from root, rather then per scope.
Misko Hevery
2011-08-02
feat(scope): new and improved scope implementation
Misko Hevery
2011-07-30
doc(typos): fix couple of typos in the docs
dandoyon
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-06-23
fix:scope - reintroduce support for eager services
Di Peng
2011-06-08
Refactor injector to have invoke method for speed reasons
Misko Hevery
2011-06-08
Cleanup parser code to expose smaller API
Misko Hevery
2011-06-06
yet another docs batch
Igor Minar
2011-06-06
api doc fixes from ken
Igor Minar
2011-06-06
Fix links in docs
Vojta Jina
2011-03-26
remove _null and _undefined
Igor Minar
2011-02-16
Small spelling and grammar fixes in documentation.
Anthony Lieuallen
2011-02-03
Added remainder of the cookbook
Misko Hevery
2011-02-01
changed the documentation @example to use <doc:example>
Misko Hevery
2011-01-30
fixing angular.Scope. docs
Igor Minar
2011-01-25
Scope should retrieve $log and $exceptionHandler via $service
Igor Minar
2011-01-24
improve angular.Scope.$eval docs
Igor Minar
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
2011-01-04
rename scope.$inject to scope.$service
Igor Minar
2010-12-08
Remove RegExp parser
Misko Hevery
2010-12-02
Closes #170. Corrected the behavior of select when options are ng:repeated
Misko Hevery
2010-11-24
fixing docs for angular.scope
Igor Minar
2010-11-24
docs for angular.scope. and angular.scope.
Igor Minar
2010-11-18
fix all closure compilation warnings due to invalid function types
Igor Minar
2010-11-18
add @workInProgress tag and mark all @ngdocs as work in progress
Igor Minar
2010-11-18
most of the documentation for angular.scope and friends
Igor Minar
2010-11-18
scope docs + lowercase doc fix
Igor Minar
2010-11-16
Changed error handling so that better stack traces are displayed in the ng-er...
Misko Hevery
2010-11-11
$watch should optionally skip listener exec
Igor Minar
2010-11-10
added ng:switch-when-default; changed $watch to always fire on init. (may be ...
Misko Hevery
2010-10-31
fix typo, and change a list to string for more efficient compression.
Misko Hevery
2010-10-18
JSON parser is now strict (ie, expressions are not allowed for security)
Misko Hevery
2010-10-15
removed unneeded function rethrow from scope which was interfering with the t...
Misko Hevery
2010-10-14
use new Function instead of eval()
Misko Hevery
[next]