aboutsummaryrefslogtreecommitdiffstats
path: root/test/ngScenario/ScenarioSpec.js
AgeCommit message (Collapse)Author
2013-07-31feat(scenario): expose jQuery for usage outside of angular scenarioAndreas Marek
The global jQuery reference is removed by angular scenario and only a local scoped reference is kept. To make jQuery available for other code, a new reference angular.scenario.jQuery is added.
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery