aboutsummaryrefslogtreecommitdiffstats
path: root/src/widgets.js
AgeCommit message (Expand)Author
2011-06-02Fix IE bug - ng:hrefVojta Jina
2011-05-19Remove trailing white spaces from all source filesVojta Jina
2011-04-25Fix some typos, missing semi-colons, etc...Vojta Jina
2011-04-11doc fix - ng:autobind, ng:controller and moreKenneth R. Culp
2011-04-04revert ng:view sync cachingIgor Minar
2011-03-30use document fragments to grow repeatersIgor Minar
2011-03-30extend size() to take ownPropsOnly paramIgor Minar
2011-03-30call $eval in repeater only when neededIgor Minar
2011-03-30make xhr.cache optionally synchronousIgor Minar
2011-03-26remove _null and _undefinedIgor Minar
2011-03-03fixing broken e2e testsIgor Minar
2011-02-25Corrected an issue where properties inherited from __proto__ show up in ng:re...Misko Hevery
2011-02-16Changed the angular.compile(element)(scope[, cloneAttachNode])Misko Hevery
2011-02-16reformated multiline trinary expressions to have a leading ?/:.Misko Hevery
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-02-16refactored quickClone to cloneNode and exposed it on jQueryMisko Hevery
2011-02-16remove $init on scope from applying compilation templateMisko Hevery
2011-02-16remove dom manipulation API from compilerMisko Hevery
2011-02-16Add public API to retrieve scope from element.Misko Hevery
2011-02-15split up services into individual filesIgor Minar
2011-02-04ng:view should be nestable in ng:includeIgor Minar
2011-02-01changed the documentation @example to use <doc:example>Misko Hevery
2011-01-25compile but don't bind option elements nested in a nameless selectIgor Minar
2011-01-24ng:view should propagate evals to the current child scopeIgor Minar
2011-01-24Revert "$route should create child scope via $new"Igor Minar
2011-01-24Revert "fix ng:include issue introduced by a5eb3ed1"Igor Minar
2011-01-19fix ng:include issue introduced by a5eb3ed1Igor Minar
2011-01-19add ng:view widgetIgor Minar
2011-01-19$route should create child scope via $newIgor Minar
2011-01-18fix broken build for IE. Read option.type==select-multiple rather then check ...Misko Hevery
2011-01-14support compilation in HTML widgetsMisko Hevery
2011-01-14fixed select with ng:formatMisko Hevery
2011-01-10complete rewrite of documentation generationMisko Hevery
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2011-01-04removing support for 'eager-published' servicesIgor Minar
2010-12-11Closes #153: input widgets without name are ignoredMisko Hevery
2010-12-11Fire $eval only if the value has actually changed on inputMisko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-18add @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-18fix docs and examples for ng:format, ng:required and ng:validateIgor Minar
2010-11-18move attribute widgets to widgets.js fileIgor Minar
2010-11-16add onload attribute to ng:includeIgor Minar
2010-11-15added remaining directives and search box.Misko Hevery
2010-11-10added ng:switch-when-default; changed $watch to always fire on init. (may be ...Misko Hevery
2010-11-09Better example widgetIgor Minar
2010-11-07Added documentation for validators.Misko Hevery
2010-11-05added tests for documentationMisko Hevery
2010-11-04added documentation for ng:include and ng:widget and test for doc collector.Misko Hevery