5
Mở rộng Chỉ thị Angular
Tôi muốn thực hiện một sửa đổi nhỏ đối với chỉ thị của bên thứ 3 (cụ thể là Angular UI Bootstrap ). Tôi chỉ muốn thêm vào phạm vi của panechỉ thị: angular.module('ui.bootstrap.tabs', []) .controller('TabsController', ['$scope', '$element', function($scope, $element) { // various methods }]) .directive('tabs', function() { return { …