aboutsummaryrefslogtreecommitdiffstats
path: root/src/widgets.js
AgeCommit message (Expand)Author
2011-11-14style(docs): make jslint happy - fix some warningsVojta Jina
2011-11-14fix(doc) cleanup all api doc link warningsMisko Hevery
2011-11-14refactor(injector): switch to injector 2.0 introduce modulesMisko Hevery
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-18fix(ng:repeat): repeater should ignore $ and $$ propertiesIgor Minar
2011-10-12docs(dev_guide.bootstrap.auto_bootstrap): fixing a typoIgor Minar
2011-10-12docs(*): remove @workInProgress from everywhereIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11feat(ng:repeat) collection items and DOM elements affinity / stabilityMisko Hevery
2011-09-26feat(docs): use html5 history api for all routing in the docs appVojta Jina
2011-09-16fix(e2e tests): use prop() instead of attr() and quote attributesIgor Minar
2011-09-16fix(ng:options): fix selecting optionsIgor Minar
2011-09-08fix(docs): update docs to reflect new $location and fix e2e testsVojta Jina
2011-09-07fix(ng:options): ng:change should be called after the new val is setIgor Minar
2011-08-31feat($route): add events before/after route changeMisko Hevery
2011-08-30feat(widget): add ng:pluralize as an Angular widgetDi Peng
2011-08-16doc(sample): Add javascript sandbox integration (jsFiddle)dandoyon
2011-08-15style(*): wrap all assignments in if statementsIgor Minar
2011-08-12perf(scope): re-enable statement cacheingMisko Hevery
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-06refactor(widgets): remove input[button, submit, reset, image] and button wind...Di Peng
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-30doc(typos): fix couple of typos in the docsdandoyon
2011-07-26style(ng:options): fix style and some docsIgor Minar
2011-07-26fix(ng:options): add support for option groupsMisko Hevery
2011-07-26fix(directive): ng:options to support ng:changeMisko Hevery
2011-07-26fix(directive): ng:options to support iterating over objectsMisko Hevery
2011-07-26fix(directive): ng:options incorrectly re-grew options on datasource changeMisko Hevery
2011-07-26fix(directive): ng:options now support binding to expressionMisko Hevery
2011-07-26doc(ng:view): fix broken template links in docs; add scenario test.Misko Hevery
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-16doc(ng:include): improve the doc example to avoid confusionIgor Minar
2011-07-13doc($route): fix $route example and couple of typosVojta Jina
2011-07-11doc:widget: improve angular.widget docsIgor Minar
2011-06-30docs:include: improve docsIgor Minar
2011-06-23fix:repeat: fix ending comment tagIgor Minar
2011-06-23fix:ng:repeater - fix $position when collection size changesMisko Hevery
2011-06-08Added ng:options directiveMisko Hevery
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-06-07Fix couple of failing e2e testsVojta Jina
2011-06-06yet another docs batchIgor Minar
2011-06-06api doc fixes from kenIgor Minar
2011-06-06Fix links in docsVojta Jina
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