aboutsummaryrefslogtreecommitdiffstats
path: root/test/widgetsSpec.js
AgeCommit message (Expand)Author
2011-04-25Fix some typos, missing semi-colons, etc...Vojta Jina
2011-04-11add test for ng:view sync cache regressionIgor Minar
2011-04-09fix build for IE9Igor Minar
2011-03-30make xhr.cache optionally synchronousIgor Minar
2011-03-28fixing lint warningsIgor Minar
2011-03-26remove _null and _undefinedIgor Minar
2011-03-01linking function should return bound scopeIgor Minar
2011-02-25Corrected an issue where properties inherited from __proto__ show up in ng:re...Misko Hevery
2011-02-16Change API angular.compile(element)([scope], [element/true])Misko Hevery
2011-02-16remove $init on scope from applying compilation templateMisko Hevery
2011-02-15split up services into individual filesIgor Minar
2011-02-04ng:view should be nestable in ng:includeIgor Minar
2011-02-04smarter normalization of value on option, and htmlParser fixesMisko Hevery
2011-01-26split mocks and create $log and $exceptionHandler mocksIgor Minar
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-14support compilation in HTML widgetsMisko Hevery
2011-01-14fixed select with ng:formatMisko Hevery
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
2011-01-07use toMatch in widgetSpecIgor Minar
2011-01-04rename scope.$inject to scope.$serviceIgor 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-10$defer service should always call $eval after callback finishedIgor Minar
2010-12-08Fixed failed assignments of form abj[0].name=valueMisko Hevery
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor Minar
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-18move attribute widgets to widgets.js fileIgor Minar
2010-11-16add onload attribute to ng:includeIgor Minar
2010-11-10added ng:switch-when-default; changed $watch to always fire on init. (may be ...Misko Hevery
2010-10-23Fix for getting into recursive $eval on scope. Close #59Misko Hevery
2010-10-22Workaround for http://bugs.jquery.com/ticket/7292Misko Hevery
2010-10-19fixed testsMisko Hevery
2010-10-19Fix browser triggering in scenario to always do native events.Misko Hevery
2010-10-16attempting to fix ie on jquery build failureMisko Hevery
2010-10-12Introduced injector and $new to scope, and injection into link methods and co...Misko Hevery
2010-10-13fix memory leak caused by leftbehind $invalidWidgets referencesIgor Minar
2010-10-06removing anchor spec and improving jqLite.trigger() methodIgor Minar
2010-10-04adding missing spec for 'A' widgetIgor Minar
2010-10-01'A' tag widget and ng:click propagation changeIgor Minar
2010-09-21HEAD is now at 10c0151 Fixes on issue when a SELECT has OPTION which are data...Misko Hevery
2010-09-14mergeMisko Hevery
2010-08-18added better handling of ng:format=numberMisko Hevery
2010-08-16adding an expectation to widgetsSpec.js for ng:includeIgor Minar
2010-08-16fix for ng:include does not remove partial if src goes to undefinedIgor Minar