@@ -83,54 +83,52 @@ _Note: This release also contains all bug fixes available in [1.0.7](#1.0.7)._
8383 ([ de2cdb06] ( https://github.com/angular/angular.js/commit/de2cdb0658b8b8cff5a59e26c5ec1c9b470efb9b ) )
8484
8585 - ** $location:**
86- - prevent navigation when event isDefaultPrevented
87- ([ 2c69a673] ( https://github.com/angular/angular.js/commit/2c69a6735e8af5d1b9b73fd221274d374e8efdea ) )
88- - compare against actual instead of current URL
89- ([ a348e90a] ( https://github.com/angular/angular.js/commit/a348e90aa141921b914f87ec930cd6ebf481a446 ) )
90- - prevent navigation if already on the URL
91- ([ 4bd7bedf] ( https://github.com/angular/angular.js/commit/4bd7bedf48c0c1ebb62f6bd8c85e8ea00f94502b ) )
92- - fix URL interception in hash-bang mode
93- ([ 58ef3230] ( https://github.com/angular/angular.js/commit/58ef32308f45141c8f7f7cc32a6156cd328ba692 ) ,
94- [ #1051 ] ( https://github.com/angular/angular.js/issues/1051 ) )
95- - correctly rewrite Html5 urls
96- ([ 77ff1085] ( https://github.com/angular/angular.js/commit/77ff1085554675f1a8375642996e5b1e51f9ed2d ) )
86+ - prevent navigation when event isDefaultPrevented
87+ ([ 2c69a673] ( https://github.com/angular/angular.js/commit/2c69a6735e8af5d1b9b73fd221274d374e8efdea ) )
88+ - compare against actual instead of current URL
89+ ([ a348e90a] ( https://github.com/angular/angular.js/commit/a348e90aa141921b914f87ec930cd6ebf481a446 ) )
90+ - prevent navigation if already on the URL
91+ ([ 4bd7bedf] ( https://github.com/angular/angular.js/commit/4bd7bedf48c0c1ebb62f6bd8c85e8ea00f94502b ) )
92+ - fix URL interception in hash-bang mode
93+ ([ 58ef3230] ( https://github.com/angular/angular.js/commit/58ef32308f45141c8f7f7cc32a6156cd328ba692 ) ,
94+ [ #1051 ] ( https://github.com/angular/angular.js/issues/1051 ) )
95+ - correctly rewrite Html5 urls
96+ ([ 77ff1085] ( https://github.com/angular/angular.js/commit/77ff1085554675f1a8375642996e5b1e51f9ed2d ) )
9797
9898 - ** $resource:**
99- - null default param results in TypeError
100- ([ cefbcd47] ( https://github.com/angular/angular.js/commit/cefbcd470d4c9020cc3487b2326d45058ef831e2 ) )
101- - collapse empty suffix parameters correctly
102- ([ 53061363] ( https://github.com/angular/angular.js/commit/53061363c7aa1ab9085273d269c6f04ac2162336 ) )
99+ - null default param results in TypeError
100+ ([ cefbcd47] ( https://github.com/angular/angular.js/commit/cefbcd470d4c9020cc3487b2326d45058ef831e2 ) )
101+ - collapse empty suffix parameters correctly
102+ ([ 53061363] ( https://github.com/angular/angular.js/commit/53061363c7aa1ab9085273d269c6f04ac2162336 ) )
103103
104- - ** $rootScope:**
105- - ensure $watchCollection correctly handles arrayLike objects
104+ - ** $rootScope:** ensure $watchCollection correctly handles arrayLike objects
106105 ([ 6452707d] ( https://github.com/angular/angular.js/commit/6452707d4098235bdbde34e790aee05a1b091218 ) )
107106
108107 - ** date filter:** correctly format dates with more than 3 sub-second digits
109108 ([ 4f2e3606] ( https://github.com/angular/angular.js/commit/4f2e36068502f18814fee0abd26951124881f951 ) )
110109
111- - ** jqLite:**
112- - pass a dummy event into triggerHandler
110+ - ** jqLite:** pass a dummy event into triggerHandler
113111 ([ 0401a7f5] ( https://github.com/angular/angular.js/commit/0401a7f598ef9a36ffe1f217e1a98961046fa551 ) )
114112
115113 - ** Directives:**
116- - ** ngAnimate:**
117- - eval ng-animate expression on each animation
118- ([ fd21c750] ( https://github.com/angular/angular.js/commit/fd21c7502f0a25364a810c26ebeecb678e5783c5 ) )
119- - prevent animation on initial page load
120- ([ 570463a4] ( https://github.com/angular/angular.js/commit/570463a465fae02efc33e5a1fa963437cdc275dd ) )
121- - skip animation on first render
122- ([ 1351ba26] ( https://github.com/angular/angular.js/commit/1351ba2632b5011ad6eaddf004a7f0411bea8453 ) )
123- - ** ngPattern:** allow modifiers on inline ng-pattern
124- ([ 12b6deb1] ( https://github.com/angular/angular.js/commit/12b6deb1ce99df64e2fc91a06bf05cd7f4a3a475 ) ,
125- [ #1437 ] ( https://github.com/angular/angular.js/issues/1437 ) )
126- - ** ngRepeat:**
127- - correctly iterate over array-like objects
128- ([ 1d8e11dd] ( https://github.com/angular/angular.js/commit/1d8e11ddfbd6b08ff02df4331f6df125f49da3dc ) ,
129- [ #2546 ] ( https://github.com/angular/angular.js/issues/2546 ) )
130- - prevent initial duplicates
131- ([ a0bc71e2] ( https://github.com/angular/angular.js/commit/a0bc71e27107c58282e71415c4e8d89e916ae99c ) )
132- - ** ngView:** accidentally compiling leaving content
133- ([ 9956baed] ( https://github.com/angular/angular.js/commit/9956baedd73d5e8d0edd04c9eed368bd3988444b ) )
114+ - ** ngAnimate:**
115+ - eval ng-animate expression on each animation
116+ ([ fd21c750] ( https://github.com/angular/angular.js/commit/fd21c7502f0a25364a810c26ebeecb678e5783c5 ) )
117+ - prevent animation on initial page load
118+ ([ 570463a4] ( https://github.com/angular/angular.js/commit/570463a465fae02efc33e5a1fa963437cdc275dd ) )
119+ - skip animation on first render
120+ ([ 1351ba26] ( https://github.com/angular/angular.js/commit/1351ba2632b5011ad6eaddf004a7f0411bea8453 ) )
121+ - ** ngPattern:** allow modifiers on inline ng-pattern
122+ ([ 12b6deb1] ( https://github.com/angular/angular.js/commit/12b6deb1ce99df64e2fc91a06bf05cd7f4a3a475 ) ,
123+ [ #1437 ] ( https://github.com/angular/angular.js/issues/1437 ) )
124+ - ** ngRepeat:**
125+ - correctly iterate over array-like objects
126+ ([ 1d8e11dd] ( https://github.com/angular/angular.js/commit/1d8e11ddfbd6b08ff02df4331f6df125f49da3dc ) ,
127+ [ #2546 ] ( https://github.com/angular/angular.js/issues/2546 ) )
128+ - prevent initial duplicates
129+ ([ a0bc71e2] ( https://github.com/angular/angular.js/commit/a0bc71e27107c58282e71415c4e8d89e916ae99c ) )
130+ - ** ngView:** accidentally compiling leaving content
131+ ([ 9956baed] ( https://github.com/angular/angular.js/commit/9956baedd73d5e8d0edd04c9eed368bd3988444b ) )
134132
135133 - ** scenario runner:** correct bootstrap issue on IE
136134 ([ ab755a25] ( https://github.com/angular/angular.js/commit/ab755a25f9ca3f3f000623071d8de3ddc4b1d78e ) )
0 commit comments