22 * angular-ui-bootstrap
33 * http://angular-ui.github.io/bootstrap/
44
5- * Version: 2.1.3 - 2016-08-25
5+ * Version: 2.1.4 - 2016-09-23
66 * License: MIT
77 */ angular . module ( "ui.bootstrap" , [ "ui.bootstrap.tpls" , "ui.bootstrap.collapse" , "ui.bootstrap.tabindex" , "ui.bootstrap.accordion" , "ui.bootstrap.alert" , "ui.bootstrap.buttons" , "ui.bootstrap.carousel" , "ui.bootstrap.dateparser" , "ui.bootstrap.isClass" , "ui.bootstrap.datepicker" , "ui.bootstrap.position" , "ui.bootstrap.datepickerPopup" , "ui.bootstrap.debounce" , "ui.bootstrap.dropdown" , "ui.bootstrap.stackedMap" , "ui.bootstrap.modal" , "ui.bootstrap.paging" , "ui.bootstrap.pager" , "ui.bootstrap.pagination" , "ui.bootstrap.tooltip" , "ui.bootstrap.popover" , "ui.bootstrap.progressbar" , "ui.bootstrap.rating" , "ui.bootstrap.tabs" , "ui.bootstrap.timepicker" , "ui.bootstrap.typeahead" ] ) ;
88angular . module ( "ui.bootstrap.tpls" , [ "uib/template/accordion/accordion-group.html" , "uib/template/accordion/accordion.html" , "uib/template/alert/alert.html" , "uib/template/carousel/carousel.html" , "uib/template/carousel/slide.html" , "uib/template/datepicker/datepicker.html" , "uib/template/datepicker/day.html" , "uib/template/datepicker/month.html" , "uib/template/datepicker/year.html" , "uib/template/datepickerPopup/popup.html" , "uib/template/modal/window.html" , "uib/template/pager/pager.html" , "uib/template/pagination/pagination.html" , "uib/template/tooltip/tooltip-html-popup.html" , "uib/template/tooltip/tooltip-popup.html" , "uib/template/tooltip/tooltip-template-popup.html" , "uib/template/popover/popover-html.html" , "uib/template/popover/popover-template.html" , "uib/template/popover/popover.html" , "uib/template/progressbar/bar.html" , "uib/template/progressbar/progress.html" , "uib/template/progressbar/progressbar.html" , "uib/template/rating/rating.html" , "uib/template/tabs/tab.html" , "uib/template/tabs/tabset.html" , "uib/template/timepicker/timepicker.html" , "uib/template/typeahead/typeahead-match.html" , "uib/template/typeahead/typeahead-popup.html" ] ) ;
@@ -3218,8 +3218,8 @@ angular.module('ui.bootstrap.dropdown', ['ui.bootstrap.position'])
32183218 return ;
32193219 }
32203220
3221- openScope . isOpen = false ;
32223221 openScope . focusToggleElement ( ) ;
3222+ openScope . isOpen = false ;
32233223
32243224 if ( ! $rootScope . $$phase ) {
32253225 openScope . $apply ( ) ;
@@ -7233,9 +7233,9 @@ angular.module("uib/template/datepicker/day.html", []).run(["$templateCache", fu
72337233 "<table role=\"grid\" aria-labelledby=\"{{::uniqueId}}-title\" aria-activedescendant=\"{{activeDateId}}\">\n" +
72347234 " <thead>\n" +
72357235 " <tr>\n" +
7236- " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left uib-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-left\"></i></button></th>\n" +
7236+ " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left uib-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i aria-hidden=\"true\" class=\"glyphicon glyphicon-chevron-left\"></i><span class=\"sr-only\">previous</span ></button></th>\n" +
72377237 " <th colspan=\"{{::5 + showWeeks}}\"><button id=\"{{::uniqueId}}-title\" role=\"heading\" aria-live=\"assertive\" aria-atomic=\"true\" type=\"button\" class=\"btn btn-default btn-sm uib-title\" ng-click=\"toggleMode()\" ng-disabled=\"datepickerMode === maxMode\" tabindex=\"-1\"><strong>{{title}}</strong></button></th>\n" +
7238- " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right uib-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-right\"></i></button></th>\n" +
7238+ " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right uib-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i aria-hidden=\"true\" class=\"glyphicon glyphicon-chevron-right\"></i><span class=\"sr-only\">next</span ></button></th>\n" +
72397239 " </tr>\n" +
72407240 " <tr>\n" +
72417241 " <th ng-if=\"showWeeks\" class=\"text-center\"></th>\n" +
@@ -7268,9 +7268,9 @@ angular.module("uib/template/datepicker/month.html", []).run(["$templateCache",
72687268 "<table role=\"grid\" aria-labelledby=\"{{::uniqueId}}-title\" aria-activedescendant=\"{{activeDateId}}\">\n" +
72697269 " <thead>\n" +
72707270 " <tr>\n" +
7271- " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left uib-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-left\"></i></button></th>\n" +
7271+ " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left uib-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i aria-hidden=\"true\" class=\"glyphicon glyphicon-chevron-left\"></i><span class=\"sr-only\">previous</span ></button></th>\n" +
72727272 " <th colspan=\"{{::yearHeaderColspan}}\"><button id=\"{{::uniqueId}}-title\" role=\"heading\" aria-live=\"assertive\" aria-atomic=\"true\" type=\"button\" class=\"btn btn-default btn-sm uib-title\" ng-click=\"toggleMode()\" ng-disabled=\"datepickerMode === maxMode\" tabindex=\"-1\"><strong>{{title}}</strong></button></th>\n" +
7273- " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right uib-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-right\"></i></button></th>\n" +
7273+ " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right uib-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i aria-hidden=\"true\" class=\"glyphicon glyphicon-chevron-right\"></i><span class=\"sr-only\">next</span ></i></button></th>\n" +
72747274 " </tr>\n" +
72757275 " </thead>\n" +
72767276 " <tbody>\n" +
@@ -7298,9 +7298,9 @@ angular.module("uib/template/datepicker/year.html", []).run(["$templateCache", f
72987298 "<table role=\"grid\" aria-labelledby=\"{{::uniqueId}}-title\" aria-activedescendant=\"{{activeDateId}}\">\n" +
72997299 " <thead>\n" +
73007300 " <tr>\n" +
7301- " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left uib-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-left\"></i></button></th>\n" +
7301+ " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-left uib-left\" ng-click=\"move(-1)\" tabindex=\"-1\"><i aria-hidden=\"true\" class=\"glyphicon glyphicon-chevron-left\"></i><span class=\"sr-only\">previous</span ></button></th>\n" +
73027302 " <th colspan=\"{{::columns - 2}}\"><button id=\"{{::uniqueId}}-title\" role=\"heading\" aria-live=\"assertive\" aria-atomic=\"true\" type=\"button\" class=\"btn btn-default btn-sm uib-title\" ng-click=\"toggleMode()\" ng-disabled=\"datepickerMode === maxMode\" tabindex=\"-1\"><strong>{{title}}</strong></button></th>\n" +
7303- " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right uib-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i class=\"glyphicon glyphicon-chevron-right\"></i></button></th>\n" +
7303+ " <th><button type=\"button\" class=\"btn btn-default btn-sm pull-right uib-right\" ng-click=\"move(1)\" tabindex=\"-1\"><i aria-hidden=\"true\" class=\"glyphicon glyphicon-chevron-right\"></i><span class=\"sr-only\">next</span ></button></th>\n" +
73047304 " </tr>\n" +
73057305 " </thead>\n" +
73067306 " <tbody>\n" +
@@ -7325,7 +7325,7 @@ angular.module("uib/template/datepicker/year.html", []).run(["$templateCache", f
73257325
73267326angular . module ( "uib/template/datepickerPopup/popup.html" , [ ] ) . run ( [ "$templateCache" , function ( $templateCache ) {
73277327 $templateCache . put ( "uib/template/datepickerPopup/popup.html" ,
7328- "<ul class=\"uib-datepicker-popup dropdown-menu uib-position-measure\" dropdown-nested ng-if=\"isOpen\" ng-keydown=\"keydown($event)\" ng-click=\"$event.stopPropagation()\">\n" +
7328+ "<ul role=\"presentation\" class=\"uib-datepicker-popup dropdown-menu uib-position-measure\" dropdown-nested ng-if=\"isOpen\" ng-keydown=\"keydown($event)\" ng-click=\"$event.stopPropagation()\">\n" +
73297329 " <li ng-transclude></li>\n" +
73307330 " <li ng-if=\"showButtonBar\" class=\"uib-button-bar\">\n" +
73317331 " <span class=\"btn-group pull-left\">\n" +
0 commit comments