mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-23 13:50:24 +08:00
Add reader factory, improve tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
this.injector = angular.injector(['ng', 'sideBySide'])
|
||||
|
||||
init = {
|
||||
setup: () ->
|
||||
this.$scope = injector.get('$rootScope').$new();
|
||||
}
|
||||
|
||||
this.module('tests', init);
|
||||
Reference in New Issue
Block a user