mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
I BROKE THEN FIXED THE BUILD
This commit is contained in:
@@ -6,7 +6,8 @@ describe('Tab Bar Controller', function() {
|
||||
beforeEach(inject(function($compile, $rootScope, $controller) {
|
||||
compile = $compile;
|
||||
scope = $rootScope;
|
||||
ctrl = $controller('TabsCtrl', { $scope: scope, $element: null });
|
||||
var e = compile('<tabs></tabs>')(scope);
|
||||
ctrl = e.scope().tabsController;
|
||||
}));
|
||||
|
||||
it('Select item in controller works', function() {
|
||||
|
||||
Reference in New Issue
Block a user