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
/
test
Age
Commit message (
Expand
)
Author
2012-02-21
feat($compile) add locals, isolate scope, transclusion
Misko Hevery
2012-02-21
feat($compile): mark scope creation with ng-scope class
Misko Hevery
2012-02-21
feat($compile): support compiling text nodes by wrapping them in <span>
Misko Hevery
2012-02-21
feat(directive): event now accessible as $event
Misko Hevery
2012-02-21
feat(parse): add support for local vars in expressions
Misko Hevery
2012-02-21
feat(mouseenter/mouseleave): emulating ie events
Misko Hevery
2012-02-21
fix(select): double array issue with multislect and jQuery
Misko Hevery
2012-02-21
feat(scope): scope.$emit/$broadcast return the event object, add cancelled pr...
Vojta Jina
2012-02-16
fix(injector) .instantiate([Type]) produced wrong result
Misko Hevery
2012-02-08
fix($injector): instantiate returns instance, if non-object value returned fr...
Vojta Jina
2012-01-30
refactor(test): remove odd inject from describe
Vojta Jina
2012-01-29
refactor(binder): replace jested assertions with jasmine
Vojta Jina
2012-01-25
fix($parse): get rid of $unboundFn
Igor Minar
2012-01-25
docs(compiler): update the compiler docs
Misko Hevery
2012-01-25
feat(scriptTemplateLoader): provide template inlining
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-25
refactor($interpolate): improve interpolation service add documentation
Misko Hevery
2012-01-25
feat(test): support it('should', pending);
Misko Hevery
2012-01-25
fix(injector): small perf improvement & code cleanup
Igor Minar
2012-01-25
feat(jqLite): add contents()
Misko Hevery
2012-01-25
feature($exceptionHandler): $exceptionHandler now supports var_args
Misko Hevery
2012-01-25
cleanup(tests): remove unused variables
Misko Hevery
2012-01-24
feat(ng:class): support using map of classnames and conditions
Kai Groner
2012-01-23
fix(scope): support watching functions
Igor Minar
2012-01-23
chore(log): generic test log service with custom toEquals matcher
Igor Minar
2012-01-23
refactor($controller): Add $controller service for instantiating controllers
Vojta Jina
2012-01-23
refactor(scope.$watch): rearrange arguments passed into watcher (newValue, ol...
Vojta Jina
2012-01-23
refactor(scope): separate controller from scope
Vojta Jina
2012-01-16
feat(jqLite): added injector() helper method
Igor Minar
2012-01-14
fix($location): do not $digest if browser's url change fired within $apply/$d...
Vojta Jina
2012-01-13
feat(module): add runtime block
Misko Hevery
2012-01-13
style(*): small fixes
Igor Minar
2012-01-13
fix($http): anonnymous response interceptors should be treated as factories
Igor Minar
2012-01-13
fix($http): remove support for PATCH + better whenXXX, expectXXX api
Igor Minar
2012-01-13
refactor($autoScroll): rename to $anchorScroll and allow disabling auto scrol...
Vojta Jina
2012-01-13
refactor($autoScroll): rename method in test + use $apply instead of $digest
Vojta Jina
2012-01-13
fix($autoScroll): scroll even if $location is in html5 mode
Vojta Jina
2012-01-12
refactor(module): strict separation between module-config / app-runtime
Misko Hevery
2012-01-11
refactor(mock.$httpBackend): split (e2e/unit testing version of $httpBackend ...
Vojta Jina
2012-01-11
fix(mock.$httpBackend): resetExpectations should not create new array
Vojta Jina
2012-01-10
feat(module): new module loader
Misko Hevery
2012-01-10
fix(ng:repeat): support repeating over array with null
Igor Minar
2012-01-09
fix($httpBackend): fix for jsonp requests
Igor Minar
2012-01-09
feat($http): turn mock backend into a decorator + e2e testing support
Igor Minar
2012-01-09
feat($http): expose req/resp headers to transform fns
Igor Minar
2012-01-09
feat($httpBackend): add expect/when shortcut methods
Igor Minar
2012-01-09
fix($http): fix and cleanup $http and friends
Igor Minar
2012-01-09
feat(browser.defer): flush should throw exception when queue is empty
Igor Minar
2012-01-07
feat(ng:include): enable/disable scrolling through autoscroll attribute
Vojta Jina
[next]