angular.js/src/ng
Mark Dalgleish 3ebc2c2442 fix(ngModel): use paste/cut events in IE to support context menu
In IE the model is not updated when the input value is modified using the context
menu, e.g. pasting from the clipboard, or cutting all or part of the current value.
To capture these changes, we bind to the proprietary 'paste' and 'cut' events.

Closes #1462
2013-04-17 21:50:07 +01:00
..
directive fix(ngModel): use paste/cut events in IE to support context menu 2013-04-17 21:50:07 +01:00
filter chore(docs): correct few unclosed elements 2013-04-04 09:46:46 -07:00
anchorScroll.js docs(anchorScroll): correct word "location" 2012-12-19 21:14:09 +01:00
browser.js fix($cookies): set cookies on Safari&IE when base[href] is undefined 2013-02-07 02:36:52 -08:00
cacheFactory.js fix($cacheFactory): return undefined when removing non-existent entry 2012-11-24 21:58:17 +01:00
compile.js docs($compile): improve docs 2013-04-11 13:06:56 -07:00
controller.js docs(controller): improve $controller function doc readability 2013-04-04 09:42:01 -07:00
document.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
exceptionHandler.js style(exceptionHandler): add ws 2013-04-11 15:32:32 -07:00
filter.js docs(filter): Using indefinite article 2013-03-20 11:41:14 -07:00
http.js docs(http): spelling, grammar, capitalization, etc. 2013-04-11 14:09:12 -07:00
httpBackend.js fix($httpBackend): patch for Firefox bug w/ CORS and response headers 2013-02-14 16:52:02 -08:00
interpolate.js feat($interpolate): expose start/end symbols in run phase 2012-08-13 12:36:14 -07:00
locale.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
location.js fix($location): parse FirefoxOS packaged app urls 2013-03-15 21:19:58 -07:00
log.js doc($log): correct non-working example 2012-08-27 21:20:51 -07:00
parse.js docs($parse): document function argument types, fix minor typo 2013-02-14 14:43:32 -08:00
q.js docs($q): fix incorrect @returns tag for $q.when() 2013-04-16 13:38:11 +01:00
rootElement.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
rootScope.js docs(rootScope): fix typo 2013-04-15 11:46:21 +01:00
route.js $routeChangeSuccess documentation 2013-03-15 21:02:14 -07:00
routeParams.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
sniffer.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00
timeout.js docs($timeout): set return type to Promise instead of *. 2012-11-11 11:32:00 +01:00
window.js docs(*): simplify doc urls 2012-06-12 00:10:18 -07:00