I BROKE THEN FIXED THE BUILD

This commit is contained in:
Max Lynch
2013-11-29 16:18:39 -06:00
parent 214d255462
commit c3d032000f

View File

@@ -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() {