mirror of
https://github.com/wassname/side-by-side.git
synced 2026-09-21 13:30:27 +08:00
9 lines
161 B
CoffeeScript
9 lines
161 B
CoffeeScript
this.injector = angular.injector(['ng', 'sideBySide'])
|
|
|
|
init = {
|
|
setup: () ->
|
|
this.$scope = injector.get('$rootScope').$new();
|
|
}
|
|
|
|
this.module('tests', init);
|