Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit aac4a0d

Browse files
Arnaud Lachaumepkozlowski-opensource
Arnaud Lachaume
authored andcommittedAug 8, 2013
fix(tabs): add DI array-style annotations
1 parent 7fdf730 commit aac4a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/tabs/tabs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ function($parse, $http, $templateCache, $compile) {
293293
}
294294
}])
295295

296-
.directive('tabsetTitles', function($http) {
296+
.directive('tabsetTitles', ['$http', function($http) {
297297
return {
298298
restrict: 'A',
299299
require: '^tabset',
@@ -310,7 +310,7 @@ function($parse, $http, $templateCache, $compile) {
310310
}
311311
}
312312
};
313-
})
313+
}])
314314

315315
;
316316

0 commit comments

Comments
 (0)