angular.js/test/ngScenario
Igor Minar 87f5c6e5b7 refactor(fromJson): always use native JSON.parse
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-28 16:30:38 -07:00
..
e2e chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
jstd-scenario-adapter chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
output chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ApplicationSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
DescribeSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
dslSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
FutureSpec.js refactor(fromJson): always use native JSON.parse 2012-03-28 16:30:38 -07:00
matchersSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
mocks.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ObjectModelSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
RunnerSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ScenarioSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
SpecRunnerSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00