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
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
2010-10-14
temporary backwards compatibility patch for
Igor Minar
2010-10-12
Introduced injector and $new to scope, and injection into link methods and co...
Misko Hevery
2010-10-13
temparary backaward compatibility patch for Controller.init
Igor Minar
2010-09-21
HEAD is now at 10c0151 Fixes on issue when a SELECT has OPTION which are data...
Misko Hevery
2010-09-14
Fixed all trivial jslint violations
Misko Hevery
2010-08-18
stringify names for better compression, remove dead functions, removed unders...
Misko Hevery
2010-08-13
initial perf testing
Misko Hevery
2010-08-11
clean up for better obfuscation
Misko Hevery
2010-08-10
fix bug where $eval on undefined throws error
Misko Hevery
2010-07-26
minor speed improvements
Misko Hevery
2010-07-26
minor performance improvements
Misko Hevery
2010-07-20
clean up error handling a bit.
Misko Hevery
2010-07-15
updated list of JavaScript keywords
Misko Hevery
2010-07-08
added class as a constant keyword to generated code
Misko Hevery
2010-07-02
changed the eval for ie to be able to return a function
Misko Hevery
2010-07-02
fixed special keywords in chrome such as x.throw must be x["throw"].
Misko Hevery
2010-06-02
Revert "Revert "removed few key foreach and replaced thime with for loop for ...
Shyam Seshadri
2010-06-02
Revert "removed few key foreach and replaced thime with for loop for performa...
Shyam Seshadri
2010-05-31
removed few key foreach and replaced thime with for loop for performance.
Misko Hevery
2010-05-30
added compiled getterFN for better performance
Misko Hevery
2010-05-30
compiler exposos both self and this function calling convention
Misko Hevery
2010-05-30
improve error handling with elements
Misko Hevery
2010-05-30
remove the relience of parser an special self object, now passing generic self
Misko Hevery
2010-05-30
remove the uneeded call to createScope when evaluating expressions
Misko Hevery
2010-05-19
added error handler to xhr requests
Misko Hevery
2010-05-13
fixed issue with radio view clobering model if radio was checked.
Misko Hevery
2010-05-07
change everything over to jasmine
Misko Hevery
2010-05-07
xhr bulk fixes
Misko Hevery
2010-04-29
added $xhr service with bulk and cache, hooked up $resource
Misko Hevery
2010-04-16
lots of small fixes
Misko Hevery
2010-04-15
added $route service
Misko Hevery
2010-04-09
various bug fixes
Misko Hevery
2010-04-07
clean up, fixes for app
Misko Hevery
2010-04-05
added ng-controller directive
Misko Hevery
2010-04-05
added ng:switch widget
Misko Hevery
2010-04-03
injection is now working
Misko Hevery
[next]