COMMITS
August 3, 2018
M
docs(CHANGELOG.md): add changes for 1.7.3
Martin Staffa committed
M
docs($compile): add docs for ngProp and ngOn bindings
Martin Staffa committed
June 24, 2018
J
fix($location): fix infinite recursion/digest on URLs with special characters
Jason Bedard committed
June 26, 2018
J
feat($compile): add support for arbitrary DOM property and event bindings
Jason Bedard committed
G
refactor($browser): share task-tracking code between `$browser` and `ngMock/$browser`
George Kalpakas committed
G
refactor($interval): share code between `$interval` and `ngMock/$interval`
George Kalpakas committed
G
refactor(ngMock/$interval): more closely follow actual `$interval`'s internal implementation
George Kalpakas committed
June 25, 2018
J
refactor($compile): move img[srcset] sanitizing to helper method
Jason Bedard committed
July 24, 2018
G
fix(ngMock): pass failed HTTP expectations to `$exceptionHandler`
Georgii Dolzhykov committed
July 19, 2018
G
fix($location): avoid unnecessary `$locationChange*` events due to empty hash
George Kalpakas committed
G
test($location): add assertion
George Kalpakas committed
G
refactor($browser): correctly export helper used in specs
George Kalpakas committed
G
refactor($location): remove unnecessary capturing group in RegExp
George Kalpakas committed
G
refactor($location): minor changes (unused deps, exported globals, unused deps, etc)
George Kalpakas committed
July 26, 2018
M
fix(Angular): add workaround for Safari / Webdriver problem
Martin Staffa committed
July 27, 2018
G
fix($animate): avoid memory leak with `$animate.enabled(element, enabled)`
George Kalpakas committed
M
fix($compile): use correct parent element when requiring on html element
Martin Staffa committed
July 13, 2018
M
May 25, 2016
M
fix(ngEventDirs): don't wrap the event handler in $apply if already in $digest
Mark Gardner committed
July 22, 2018
G
fix(angular.element): do not break on `cleanData()` if `_data()` returns undefined
George Kalpakas committed
G
docs(browserTrigger): document `eventData.data` property
George Kalpakas committed
G
docs($route): fix typo (inluding --> including)
George Kalpakas committed
July 21, 2018
J
refactor($location): move repeated path normalization code into helper method (#16618)
Jason Bedard committed
G
docs(ngMock/$interval.flush): fix param type (not optional)
George Kalpakas committed
G
chore(saucelabs): upgrade `sauce-connect` to latest version
George Kalpakas committed
G
chore(karma): upgrade karma and related dependencies to latest versions
George Kalpakas committed
July 20, 2018
G
docs(ngMocks): fix type for `$flushPendingTasks`/`$verifyPendingsTasks`
George Kalpakas committed
July 2, 2018
G
docs(ngMock/$timeout): deprecate `flush()` and `verifyNoPendingTasks()`
George Kalpakas committed
G
docs(ngMock/$timeout): recommend `$verifyNoPendingTasks()` when appropriate
George Kalpakas committed
June 27, 2018
G
feat(ngMock): add `$flushPendingTasks()` and `$verifyNoPendingTasks()`
George Kalpakas committed