«angular-ui-bootstrap» 태그된 질문

3
ui-bootstrap-tpls.min.js와 ui-bootstrap.min.js의 차이점은 무엇입니까?
cdnjs 의 Angular-UI-Bootstrap 페이지 에서 다음과 같이 말합니다. 트위터의 부트 스트랩에 대한 네이티브 AngularJS (Angular) 지시어. 작은 설치 공간 (5 kB gzipped!), 타사 JavaScript 종속성 (jQuery, Bootstrap JavaScript)이 필요하지 않습니다! ... 및 옵션이 있습니다 //cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.6.0/ui-bootstrap-tpls.min.js 과 //cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.6.0/ui-bootstrap.min.js 이것들을 비교하면 미묘한 차이가 있으며, 그에 대한 문서를 찾을 수없는 것 같습니다 ... …

5
Angular 지시어 확장
타사 지시문 (특히 Angular UI Bootstrap )을 약간 수정하고 싶습니다 . pane지시문 의 범위에 추가하고 싶습니다 . angular.module('ui.bootstrap.tabs', []) .controller('TabsController', ['$scope', '$element', function($scope, $element) { // various methods }]) .directive('tabs', function() { return { // etc... }; }) .directive('pane', ['$parse', function($parse) { return { require: '^tabs', restrict: 'EA', transclude: true, …



당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.