Commit Graph

17 Commits

Author SHA1 Message Date
vakrilov
7cd8e12e0b Fix: Timer somtimes crashing in IOS 2016-04-26 12:47:15 +03:00
Hristo Hristov
f768fda881 Fixed some slow tests. (#1968)
Fixed modal page on iOS7.
2016-04-14 15:01:32 +03:00
Hristo Deshev
437e220c42 Zone-aware versions of certain APIs: setTimeout/setInterval mostly.
Instead of waiting for zone.js to patch our global declarations and break
the lazy module loading optimizations there, we'll let it patch stuff
before "globals" gets loaded, so that it doesn't touch (and break) the code
there.

Of course, that requires that functions that need legit patching need to be
made aware of the zone, or get patched later on. The global.zonedCallback
function makes that easy, and we use it for setTimeout/setInterval.
2016-03-31 18:29:42 +03:00
Hristo Deshev
070b01c544 Remove UTF-8 BOM's from package.json files 2015-12-01 15:37:14 +02:00
atanasovg
a89489512f Fix #817 2015-09-30 14:36:05 +03:00
Hristo Deshev
aec5e8b468 Fix timer id generation -- we shouldn't have clashing id's anymore. 2015-07-14 14:49:47 +03:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00
atanasovg
87f7847155 Updated API reference. 2014-05-22 11:47:02 +03:00
PanayotCankov
9dd3ba70c5 Added "External Ambient Module Declarations" for most modules.
Now they are required by module name e.g require("file-system") instead of by file name.
2014-05-21 12:23:19 +03:00
Vladimir Enchev
599bc7c10e timer tests and snippets added 2014-05-16 16:16:29 +03:00
Vladimir Enchev
c2a18eb857 setTimeout and setInterval are now more TypeScript like 2014-05-14 16:01:03 +03:00
Vladimir Enchev
8c8bbd6bb0 setTimeout and setInternval second argument type no longer checked if it is number 2014-05-14 15:57:16 +03:00
Vladimir Enchev
8b2c56a346 default argument value added for setTimeout and setInterval 2014-05-14 15:48:05 +03:00
Vladimir Enchev
76dd7014a1 readme updated 2014-05-12 13:38:17 +03:00
Vladimir Enchev
4cba61c40d Second parameter (milliseconds) is now optional for setTimeout and setInterval 2014-05-12 11:34:50 +03:00
Vladimir Enchev
716e482e20 readme updated 2014-05-10 16:37:02 +03:00
Vladimir Enchev
db1681a88e timer moved in separate module 2014-05-10 16:34:23 +03:00