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-08-18
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
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
[next]