aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
AgeCommit message (Expand)Author
2013-09-27style($compile): remove unused variableIgor Minar
2013-09-27fix(jqLite): use get/setAttribute so that jqLite works on SVG nodesBrian Ford
2013-09-26fix($compile): collect ranges on multiple directives on one elementjankuca
2013-09-26feat(ngEventDirectives): add `ngCopy`, `ngCut`, and `ngPaste`Ben McCann
2013-09-25fix($compile): work around issue in jQuery 1.10.2Brian Ford
2013-09-25docs(ngHref): fix formatting and clarifyDave Peticolas
2013-09-25docs($http): fix adding default header to get request exampleMr.Raindrop
2013-09-25docs(ngShowHide): improve clarityDave Peticolas
2013-09-25fix(ngRepeat): correctly track elements even when the collection is initially...jankuca
2013-09-20fix(ng-bind-html): watch string value instead of wrapperChirayu Krishnappa
2013-09-20chore(sce): remove unused functionChirayu Krishnappa
2013-09-20fix(ngInclude): don't break attribute bindings on ngInclude-ed elementBrian Ford
2013-09-20docs(ngClass): fix grammarDave Peticolas
2013-09-20docs(ngCloak): fix grammar, clarityDave Peticolas
2013-09-19docs(ngModelController): clarify issue with isolated scope directivePete Bacon Darwin
2013-09-19docs(input): fix spelling error and reword for clarityts-web
2013-09-19docs($exceptionHandler): add an example of overriding the handlerJared Forsyth
2013-09-19docs(ngForm): fix grammar and improve explanationDave Peticolas
2013-09-18docs(ngShowHide): fix typoRoberto Bonvallet
2013-09-17fix($parse): disallow access to window and dom in expressionsChirayu Krishnappa
2013-09-17docs(input): clarify that `contenteditable` is an HTML5 attributeJames
2013-09-16docs(orderBy): fix typo in orderBy.js documentationJesse Palmer
2013-09-16doc(api): fix grammar in a directive descriptionDave Peticolas
2013-09-16docs(api): fix grammar in ngClick descriptionDave Peticolas
2013-09-13docs(ngSwitch): fix minor typoDaniel Tse
2013-09-13docs($browser): add jsdoc tags and fix typoBen Tesser
2013-09-13docs(ngController): rephrased the description for clarityDean Sofer
2013-09-13docs($http): add examples when calling $http outside $applyPete Bacon Darwin
2013-09-13docs($http): explain why $http may not make the request immediatelyDang Nguyen Anh Khoa
2013-09-13fix(ngOptions): ignore object properties which start with $Gowtam Lal
2013-09-11docs(ngModel): provide link for best practices.Paxton Hare
2013-09-11docs(scope): clean up grammar and improve claritySam Dornan
2013-09-11style(ngForm): simplify restrict difference between form and ngFormrodyhaddad
2013-09-11docs(ngChange): remove wrong @restrict and add missing @paramrodyhaddad
2013-09-11docs(ng.directives): add correct @restrict for all ng directivesrodyhaddad
2013-09-11docs(Attributes): add missing documentation for $observe methodButch Peters
2013-09-10docs($q): clarify what happens when rejectednaorye
2013-09-05docs(booleanAttrs): improve parameter docs for boolean attributesJames Daily
2013-09-05docs(): parameter for html5Mode is booleanPete Bacon Darwin
2013-09-05docs($anchorScroll): provide an example of basic usage.Ben Lesh
2013-09-03chore($rootScope): provide support to execute a function after the digest cyc...Matias Niemelä
2013-09-03fix(ngAnimate): cut down on extra $timeout callsMatias Niemelä
2013-09-02fix($http): allow empty responses to be cachedjankuca
2013-08-29fix(core): parse IE11 UA string correctlyChirayu Krishnappa
2013-08-29perf(ngBindHtml): watch the original value and sanitize laterChirayu Krishnappa
2013-08-29docs($q): document notify behaviorColin Frei
2013-08-27style($http): remove unused argumentIgor Minar
2013-08-26feat(Scope): async auto-flush $evalAsync queue when outside of $digestIgor Minar
2013-08-24fix($q): reject should catch & forward exceptions thrown in errbackIgor Minar
2013-08-23fix($animate): skip ngAnimate animations if the provided element already has ...Matias Niemelä