Commit Graph

  • 87f9a4c566 angular-mocks code should access all global functions via angular Igor Minar 2010-10-01 16:06:32 -07:00
  • 8248e77a7b 'A' tag widget and ng:click propagation change Igor Minar 2010-09-30 23:07:36 +08:00
  • 0af763dcec properly handle event's stopPropagation() and preventDefault() method in IE Igor Minar 2010-10-01 07:33:34 +08:00
  • eb8d46d380 Differentiate between flags and empty keys in $location.hashSearch Igor Minar 2010-09-27 16:00:05 -07:00
  • 984acdc627 Reworked the cookie synchronization between cookie service, $browser and document.cookie. Igor Minar 2010-09-26 23:45:05 -07:00
  • 3eec8c1a51 Properly initialize cookie service in order to preserve existing cookies Igor Minar 2010-09-25 15:29:48 -07:00
  • 9171a2b2b5 Added support for functions to $orderBy method Misko Hevery 2010-09-26 19:43:39 +02:00
  • 27868f17de cleanup underscore.js form rakefile Misko Hevery 2010-09-23 13:53:38 +02:00
  • 0d5407bc1e make date validator use the Date object Bolek Szewczyk 2010-09-23 13:48:17 +02:00
  • db42221828 fix parseInt by adding radix so that it does not default to octal if the string starts with 0 Misko Hevery 2010-09-23 13:28:33 +02:00
  • af030b888e delete unused files (e.g. swfobject and underscore libs) Bolek Szewczyk 2010-09-23 12:38:28 +02:00
  • 29f995fc78 remove TODO.text and add jstd.log to gitignore Bolek Szewczyk 2010-09-23 18:13:55 +08:00
  • acbcfbaf30 $cookies service refactoring Igor Minar 2010-09-23 05:37:17 +08:00
  • a8931c9021 Rewrite session store service in object literal style and remove getAll method that is not used anywhere Igor Minar 2010-09-22 01:13:51 +08:00
  • 7cb7fb91c6 Add JSDoc for the copy() method Igor Minar 2010-09-22 00:55:09 +08:00
  • 0649009624 Refactored the Browser: - change from using prototype to inner functions to help with better compression - removed watchers (url/cookie) and introduced a poller concept - moved the checking of URL and cookie into services which register with poolers Benefits: - Smaller minified file - can call $browser.poll() from tests to simulate polling - single place where setTimeout needs to be tested - More testable $browser Misko Hevery 2010-09-22 13:24:40 +02:00
  • eefb920d0e Reduce copies done by Resource. Alkis Evlogimenos 2010-09-22 09:11:36 +02:00
  • 006fd2ca25 HEAD is now at 10c0151 Fixes on issue when a SELECT has OPTION which are data bound (ie OPTION has repeater or OPTION.value is bound), then SELECT does not update to match the correct OPTION after the change in model (ie after the OPTION repeater unrolls or OPTION.value is changed.) Misko Hevery 2010-09-21 19:20:34 +02:00
  • 125d725e7d toJson should serialize inherited properties, but not any properties that start with $ Igor Minar 2010-09-21 16:19:07 +02:00
  • 0d717310fd fixed test for ng:src which fails on IE, since IE treats undefined src as url to the current page. Misko Hevery 2010-09-21 10:28:26 +02:00
  • 9dfdac2be2 Upgrade JsTestDriver to 1.2.2 sans annoying 'runTestConfiguration' logging Igor Minar 2010-09-20 17:21:03 +02:00
  • 558f22138c Upgrade closure compiler to the latest version Igor Minar 2010-09-20 16:23:20 +02:00
  • 9627c4b50e Add ng:src and ng:href markup. Alkis Evlogimenos 2010-09-17 19:44:23 +02:00
  • 293f34cd64 Expose GET operations on resources as well. This allows us to read "partials". The pattern is demostrated in the unittest: Alkis Evlogimenos 2010-09-15 19:27:58 +02:00
  • b798ee80c2 Allow angular to be included with query parameters. This is a common pattern for forcing a reload of the script in the browser irrespective of the cache settings the host has. Alkis Evlogimenos 2010-09-16 01:19:11 +08:00
  • 21e78c443f Delete requests on resources pass this as data. Delete requests should not be passing data in the body of the response. The bug is here: Misko Hevery 2010-09-15 18:12:04 +02:00
  • 2acce6a334 removed unneeded comment Misko Hevery 2010-09-15 06:53:19 +02:00
  • 2a3a449c6d merge Misko Hevery 2010-09-14 23:42:43 +02:00
  • 894ffadc8c Fixed all trivial jslint violations Misko Hevery 2010-09-14 23:22:15 +02:00
  • e3f760fbad Adding cookie service - Browser.cookies() - MockBrowser - $cookie service - $sessionStore Misko Hevery 2010-09-14 22:51:01 +02:00
  • 07699b1a70 removed accidental assignment of $element to glabal space Misko Hevery 2010-09-06 07:46:28 -07:00
  • 9878355df7 remove Parser static Misko Hevery 2010-08-18 18:15:19 -07:00
  • 625f32b7eb converted lexer from function to closure Misko Hevery 2010-08-18 17:50:21 -07:00
  • 9632c99b0a move static field from Lexer to hidden namespace Misko Hevery 2010-08-18 17:34:14 -07:00
  • 5ddd8d9586 stringify names for better compression, remove dead functions, removed underscore.js compatibility Misko Hevery 2010-08-18 16:23:12 -07:00
  • 1087270c95 added better handling of ng:format=number Misko Hevery 2010-08-18 16:04:40 -07:00
  • d8e86291c4 adding an expectation to widgetsSpec.js for ng:include Igor Minar 2010-08-16 22:56:12 -07:00
  • 0df7329a6a fix for ng:include does not remove partial if src goes to undefined Igor Minar 2010-08-16 16:47:39 -07:00
  • 59401b80ee Merge remote branch 'upstream/master' Igor Minar 2010-08-16 10:56:03 -07:00
  • 9899959d69 removing useless catch that causes troubles when FF throws exceptions within the loop but outside of the try/catch clause iminar 2010-08-16 10:48:00 -07:00
  • f09415d0de merge kai/master Misko Hevery 2010-08-14 12:50:24 -07:00
  • 91104f878d add ftp script to auto deploy to angularjs.org Misko Hevery 2010-08-14 11:03:36 -07:00
  • 26b5ae4109 fix __proto__ for ie. Misko Hevery 2010-08-14 10:29:50 -07:00
  • 14fe8cff2d Merge remote branch 'igor/master' Misko Hevery 2010-08-14 10:26:09 -07:00
  • 791b13d161 pull shyam Misko Hevery 2010-08-14 10:25:16 -07:00
  • 550e5f8ce9 change from using console to printing the timing data onto the screen Misko Hevery 2010-08-14 10:09:52 -07:00
  • aa656253b9 Fix issue with jquery not being visible in production Shyam Seshadri 2010-08-13 18:23:39 -07:00
  • 7159b30752 Serialize only own properties to avoid infinite loops when serializing scopes (this) Igor Minar 2010-08-13 15:14:41 -07:00
  • 60eeeb9f20 Provide all jquery functions as futures Shyam Seshadri 2010-08-14 03:05:50 +08:00
  • 675978f41f Provide all jquery functions as futures Shyam Seshadri 2010-08-13 12:05:50 -07:00
  • 9260f4867a Fix broken tests for element dsl Shyam Seshadri 2010-08-14 01:11:11 +08:00
  • 867826c3de Merge branch 'master' of github.com:angular/angular.js Misko Hevery 2010-08-13 10:15:17 -07:00
  • 1f230bf3f5 Revert click dsl, since what is returned by element is a jquery object Shyam Seshadri 2010-08-14 00:45:56 +08:00
  • 669d8241b2 Pull in Rajat's changes to add click and url checking dsl Shyam Seshadri 2010-08-14 00:31:06 +08:00
  • 275f036c1f Fix broken tests for element dsl Shyam Seshadri 2010-08-13 10:11:11 -07:00
  • 7cb5a0cca2 learning about git head take 2 Misko Hevery 2010-08-13 10:05:59 -07:00
  • 68900e2039 learning about git head Misko Hevery 2010-08-13 10:05:25 -07:00
  • f6ff0521ad Merge branch 'master' of github.com:angular/angular.js Misko Hevery 2010-08-13 10:01:53 -07:00
  • f6527bd53c Revert click dsl, since what is returned by element is a jquery object Shyam Seshadri 2010-08-14 00:45:56 +08:00
  • 449d2ef724 Pull in Rajat's changes to add click and url checking dsl Shyam Seshadri 2010-08-14 00:31:06 +08:00
  • 5c14a35e62 initial perf testing Misko Hevery 2010-08-13 09:50:03 -07:00
  • 0bd7e4fe75 Merge branch 'master' of github.com:angular/angular.js Misko Hevery 2010-08-13 09:49:20 -07:00
  • 2767d7773f Revert click dsl, since what is returned by element is a jquery object Shyam Seshadri 2010-08-13 09:45:56 -07:00
  • 577ddaa539 Pull in Rajat's changes to add click and url checking dsl Shyam Seshadri 2010-08-13 09:31:06 -07:00
  • 84b3a1774e fix the other jstest driver conf Shyam Seshadri 2010-08-12 04:33:21 +08:00
  • 946b5284cd fix the other jstest driver conf Shyam Seshadri 2010-08-11 13:33:21 -07:00
  • 0c2dd09e78 Merge branch 'master' of github.com:angular/angular.js Misko Hevery 2010-08-11 12:04:11 -07:00
  • 044ecb91c1 clean up for better obfuscation Misko Hevery 2010-08-11 12:04:02 -07:00
  • cf33105011 Fix toEqual matcher to use angular.equals instead of simple == comparison, which breaks down for arrays and objects Shyam Seshadri 2010-08-12 02:42:04 +08:00
  • 3d5719cd44 removed undocumented/unneeded methods from Array API Misko Hevery 2010-08-11 11:44:12 -07:00
  • b27fb8a644 Fix toEqual matcher to use angular.equals instead of simple == comparison, which breaks down for arrays and objects Shyam Seshadri 2010-08-11 11:42:04 -07:00
  • ab2213e80e Merge branch 'master' of github.com:angular/angular.js Misko Hevery 2010-08-11 11:21:08 -07:00
  • 412f05977c removed google charts and few other filters, switched to simple optimization for compiler Misko Hevery 2010-08-11 11:17:55 -07:00
  • 04e92a8753 modify element dsl to understand angular bindings and return jquery object for further checking Shyam Seshadri 2010-08-12 01:54:11 +08:00
  • 567341c10f modify element dsl to understand angular bindings and return jquery object for further checking Shyam Seshadri 2010-08-11 10:54:11 -07:00
  • 27784b6dec Change repeater dsl to collect and return an array of string contents based on match Shyam Seshadri 2010-08-11 10:10:43 +08:00
  • e7b9095655 Change repeater dsl to collect and return an array of string contents based on match Shyam Seshadri 2010-08-10 19:10:43 -07:00
  • 49ffab3318 Merge branch 'master' of http://github.com/shyamseshadri/angular.js into shyam Misko Hevery 2010-08-10 13:53:18 -07:00
  • c4c96c5c69 Fix test breakage in Chrome. Chrome JQuery doesn't like malformed table html apparently Shyam Seshadri 2010-08-10 13:42:50 -07:00
  • 8d635cfb87 Merge branch 'master' of github.com:angular/angular.js Misko Hevery 2010-08-10 11:46:37 -07:00
  • 7673b2a2b2 added more tests for json float Misko Hevery 2010-08-10 11:46:12 -07:00
  • 9b392eca35 fix bug where $eval on undefined throws error Misko Hevery 2010-08-10 11:23:23 -07:00
  • 4aac29da18 added additional test Misko Hevery 2010-08-10 11:17:08 -07:00
  • 86c2ef87d5 Inject jquery into future scope, and rename outer scenario to _window, which is what it is Shyam Seshadri 2010-08-10 10:48:31 -07:00
  • 21d2b43e6c Add element DSL, to find an element. Has knowledge of finding ng:bind elements and grabbing their contents. Shyam Seshadri 2010-08-09 17:55:01 -07:00
  • de8d0984c8 added repeater.collect to E2E DSL Andres Ornelas 2010-08-06 17:28:47 -07:00
  • 989cffb435 fix build breakage by returning the added futures in the DSL Andres Ornelas 2010-08-05 16:03:47 -07:00
  • 643b43ffe5 Added new files to Rakefile and consistently used .addFuture Andres Ornelas 2010-08-05 15:44:54 -07:00
  • 49e08f5d2c compile should take existingScope Misko Hevery 2010-08-05 14:01:46 -07:00
  • 6d0eeda1e2 added MatcherSpec Andres Ornelas 2010-08-04 12:36:53 -07:00
  • 26ed747588 test passing with repeater.count Andres Ornelas 2010-08-04 11:47:10 -07:00
  • ec12285c9d Merge branch 'master' of github.com:angular/angular.js into future Andres Ornelas 2010-08-04 11:45:42 -07:00
  • 89245f3a52 added RequestHeaders to XHR Misko Hevery 2010-08-03 16:53:27 -07:00
  • 059703495d rename textMarkup to markup Misko Hevery 2010-07-30 15:19:43 -07:00
  • 1e1c8c82f9 minor speed improvements or URL parsing Misko Hevery 2010-07-30 11:45:52 -07:00
  • cdda664f89 fix up the $location encoding Misko Hevery 2010-07-30 10:56:36 -07:00
  • af1eb6914e keep #autobind for backward compatibility Misko Hevery 2010-07-29 15:38:14 -07:00
  • 03aac8b0ab fix broken build, fix #autobind and css loading Misko Hevery 2010-07-29 15:26:10 -07:00
  • 1b768b8443 refactored $location service so that it correctly updates under all conditions Misko Hevery 2010-07-29 12:50:14 -07:00
  • ef88eb9a71 refactoring done but Expect not working Andres Ornelas 2010-07-27 17:04:37 -07:00