aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2011-10-31fix(angular-bootstrap): fix boostrap scripts that broke w\ 5a2dcb9aIgor Minar
2011-10-31feat(scope): better logging of infinite digest errorIgor Minar
2011-10-30docs(jqlite): add missing methodsVojta Jina
2011-10-26fix(scenario.dsl): Fix dsl for $locationVojta Jina
2011-10-26feat(bootstrap): drop angular.js file name restrictions for autobindIgor Minar
2011-10-26style(Angular.js): various code style fixesIgor Minar
2011-10-26style(HashQueueMap): fixing a typo in the commentIgor Minar
2011-10-26fix(ng:repeat) with array ignore properties not representing array elementsIgor Minar
2011-10-26fix(ng:view): ignore stale xhr callbacksIgor Minar
2011-10-24fix(angular.widget): Allow widgets to be styled in IE8 and belowDhruv Manek
2011-10-24fix(scenario): Change title to "AngularJS"Vojta Jina
2011-10-22fix(defer.cancel): should return false instead of undefinedIgor Minar
2011-10-22feat($defer): add $defer.cancelIgor Minar
2011-10-22fix($location): rewrite links with nested elementsVojta Jina
2011-10-20feat(filter.date): use mediumDate as defaultIgor Minar
2011-10-20fix(date filter): default to fullDate formatIgor Minar
2011-10-20fix(compiler): revert 8611ebe6 - calling \$digest after linkingIgor Minar
2011-10-20fix(radio): allows data-binding on value property. Closes#316Misko Hevery
2011-10-20feat(sanitizer): add html5 elements to the whitelistIgor Minar
2011-10-19style(select): cleaning up select.jsIgor Minar
2011-10-19fix(ng:options): compile null/blank option tagTEHEK Firefox
2011-10-19fix(ng:pattern): correctly parse out inlined regexpIgor Minar
2011-10-19docs(textarea): add docs for angular.widget.textareaIgor Minar
2011-10-19style(input): fix style violations in the input.js fileIgor Minar
2011-10-19feat(input): add ng:minlength and ng:maxlength validationKonstantin Stepanov
2011-10-19fix(input): recognize 'password' as an html input typeKonstantin Stepanov
2011-10-18fix(ng:repeat): repeater should ignore $ and $$ propertiesIgor Minar
2011-10-18fix(ng:options): select correct element when '?'-option was previously selectedTEHEK Firefox
2011-10-13fix(checkbox): prefix true-value & false-value with ng:Igor Minar
2011-10-13docs($location): Html5 -> HTML5Igor Minar
2011-10-13docs($location): fix $config -> $locationConfig in docsIgor Minar
2011-10-13fix($location): do not rewrite link when meta key pressedVojta Jina
2011-10-13feat(scenario): allow key pressing when triggering browser eventVojta Jina
2011-10-12docs(dev_guide.bootstrap.auto_bootstrap): fixing a typoIgor Minar
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
2011-10-12fix(compiler): linking function should call $digestIgor Minar
2011-10-12fix(jqLite): attr for boolean attribute should lowercase valueIgor Minar
2011-10-12refactor(ng:bind-attr): simplify impl by leveraging jqueryIgor Minar
2011-10-12fix(ng:class): ignore undefined or NaN classnamesIgor Minar
2011-10-12docs(forms): add ng:change docs and other fixesIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11refactor(bindings): remove the decoration of the DOM with errors.Misko Hevery
2011-10-11refactor(hover): delete hover serviceMisko Hevery
2011-10-11fix(jqlite): removeClass would clobber class namesMisko Hevery
2011-10-11feat(jqlite): added .inheritedData method and $destroy event.Misko Hevery
2011-10-11feat(jqlite): support required as a no-value attributeMisko Hevery
2011-10-11refactor(injection) infer injection args in ng:controller onlyMisko Hevery
2011-10-11feat(ng:repeat) collection items and DOM elements affinity / stabilityMisko Hevery
2011-10-11fix(filter): make json filter ignore private propertiesMisko Hevery