aboutsummaryrefslogtreecommitdiffstats
path: root/test/ngScenario/FutureSpec.js
AgeCommit message (Collapse)Author
2012-03-28refactor(fromJson): always use native JSON.parseIgor Minar
This breaks IE7 for which you can use polyfill: https://github.com/douglascrockford/JSON-js <!--[if lt IE 8]> <script src="json2.min.js"></script> <![endif]--> or http://bestiejs.github.com/json3/ <!--[if lt IE 8]> <script src="json3.min.js"></script> <![endif]-->
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery