Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 4d2dd46

Browse files
committed
docs(changelog): release notes for 1.0.0rc8 blooming-touch
1 parent b24cc63 commit 4d2dd46

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

CHANGELOG.md

+45-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
1+
<a name="1.0.0rc8"></a>
2+
# 1.0.0rc8 blooming-touch (2012-05-06)
3+
4+
## Features
5+
6+
- **jqLite:** support data() getter and data(obj) setter
7+
([ee579a07](https://github.com/angular/angular.js/commit/ee579a071a91cbade729d3cb97e097568e71f8fc))
8+
9+
10+
## Bug Fixes
11+
12+
- **$compile:**
13+
- have $observe return registration function
14+
([7f0eb151](https://github.com/angular/angular.js/commit/7f0eb1516165fcb73f1c9953018b7c9b70acfae1))
15+
- ignore ws when checking if template has single root
16+
([9c0418cf](https://github.com/angular/angular.js/commit/9c0418cf1abd609bf0ffbe71fbdfa75905cf8e0f),
17+
[#910](https://github.com/angular/angular.js/issues/910))
18+
- fix replaceWith
19+
([b431ee38](https://github.com/angular/angular.js/commit/b431ee38509724ba9098a7be7a8d6c5dcded4fe9))
20+
- attach scope to the directive element when templateUrl and replace=true
21+
([705f4bbf](https://github.com/angular/angular.js/commit/705f4bbf115d2408e33b25f56edbf1f383aabb82))
22+
- prevent duplicate directive controller instantiation
23+
([843f762c](https://github.com/angular/angular.js/commit/843f762c573e38a044f920c5575c6feb46bc7226),
24+
[#876](https://github.com/angular/angular.js/issues/876))
25+
- **$parse:** support methods on falsy primitive types
26+
([499a76a0](https://github.com/angular/angular.js/commit/499a76a08cc7a7604dab5e1dd9cca675b8e29333))
27+
- **ngModel:** use keydown/change events on IE9 instead of input
28+
([49dfdf8f](https://github.com/angular/angular.js/commit/49dfdf8f0238ef8c473fcb44694f6b5696ecde70),
29+
[#879](https://github.com/angular/angular.js/issues/879))
30+
- **ngSrc,ngHref:** binding should set element prop as well as attr
31+
([b24cc63b](https://github.com/angular/angular.js/commit/b24cc63bcbd45741d21757653f05d54db09e0f20),
32+
[#935](https://github.com/angular/angular.js/issues/935))
33+
- **scenario:** make browser().location() working if ng-app on other than <html>
34+
([5bcb749a](https://github.com/angular/angular.js/commit/5bcb749abb91dba0847cb9bc900777a67fd55aa8))
35+
- **select:** don't interfere with selection if not databound
36+
([3bd3cc57](https://github.com/angular/angular.js/commit/3bd3cc571dcd721f9d71f971aefee23115a5e458),
37+
[#926](https://github.com/angular/angular.js/issues/926))
38+
39+
40+
## Docs
41+
42+
- Brand new bootstrap-based skin for api docs: <http://docs.angularjs.org/>
43+
44+
145
<a name="1.0.0rc7"></a>
2-
# 1.0.0rc7 rc-generation (2012-04-30)
46+
# 1.0.0rc7 rc-generation (2012-04-30)
347

448
## Features
549

0 commit comments

Comments
 (0)