aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-10-12adding :package task to the rake fileIgor Minar
2010-10-12fixing missing semicolonIgor Minar
2010-10-13fix global namespace polution with invalidWidgetsIgor Minar
2010-10-13fix memory leak caused by leftbehind $invalidWidgets referencesIgor Minar
2010-10-13temparary backaward compatibility patch for Controller.initIgor Minar
2010-10-09Fixed calculator examplesVojta Jina
2010-10-08Fix bug with Lexer not recognizing exponential values and values starting wit...Shyam Seshadri
2010-10-08fixed leaking constants to gloabal scopeMisko Hevery
2010-10-08change ng:controller to create new scope hence allow nestingMisko Hevery
2010-10-07Change angular-mocks to throw errors on unexpected gets in the format JSTD no...Shyam Seshadri
2010-10-06removing anchor spec and improving jqLite.trigger() methodIgor Minar
2010-10-05Fix bug in IE where clone removes whitespace nodes.Elliott Sprehn
2010-10-04fixed lint warningsIgor Minar
2010-10-04adding missing spec for 'A' widgetIgor Minar
2010-10-01angular-mocks code should access all global functions via angularIgor Minar
2010-10-01'A' tag widget and ng:click propagation changeIgor Minar
2010-10-01properly handle event's stopPropagation() and preventDefault() method in IEIgor Minar
2010-09-29Differentiate between flags and empty keys in $location.hashSearchIgor Minar
2010-09-27Reworked the cookie synchronization between cookie service, $browser and docu...Igor Minar
2010-09-26Properly initialize cookie service in order to preserve existing cookiesIgor Minar
2010-09-26Added support for functions to $orderBy methodMisko Hevery
2010-09-23cleanup underscore.js form rakefileMisko Hevery
2010-09-23make date validator use the Date objectBolek Szewczyk
2010-09-23fix parseInt by adding radix so that it does not default to octal if the stri...Misko Hevery
2010-09-23delete unused files (e.g. swfobject and underscore libs)Bolek Szewczyk
2010-09-23remove TODO.text and add jstd.log to gitignoreBolek Szewczyk
2010-09-23$cookies service refactoringIgor Minar
2010-09-23Rewrite session store service in object literal style and remove getAll metho...Igor Minar
2010-09-23Add JSDoc for the copy() methodIgor Minar
2010-09-22Refactored the Browser:Misko Hevery
2010-09-22Reduce copies done by Resource.Alkis Evlogimenos
2010-09-21HEAD is now at 10c0151 Fixes on issue when a SELECT has OPTION which are data...Misko Hevery
2010-09-21toJson should serialize inherited properties, but not any properties that sta...Igor Minar
2010-09-21fixed test for ng:src which fails on IE, since IE treats undefined src as url...Misko Hevery
2010-09-21Upgrade JsTestDriver to 1.2.2 sans annoying 'runTestConfiguration' loggingIgor Minar
2010-09-21Upgrade closure compiler to the latest versionIgor Minar
2010-09-20Add ng:src and ng:href markup.Alkis Evlogimenos
2010-09-16Expose GET operations on resources as well. This allows us to readAlkis Evlogimenos
2010-09-16Allow angular to be included with query parameters. This is a commonAlkis Evlogimenos
2010-09-16Delete requests on resources pass this as data. Delete requests should not be...Misko Hevery
2010-09-16removed unneeded commentMisko Hevery
2010-09-14mergeMisko Hevery
2010-09-14Fixed all trivial jslint violationsMisko Hevery
2010-09-14Adding cookie serviceMisko Hevery
2010-09-06removed accidental assignment of $element to glabal spaceMisko Hevery
2010-08-18remove Parser staticMisko Hevery
2010-08-18converted lexer from function to closureMisko Hevery
2010-08-18move static field from Lexer to hidden namespaceMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-08-18added better handling of ng:format=numberMisko Hevery