Skip to content

Commit 8831bf6

Browse files
committed
feat(release): cut the v2.0.0-rc.3 release
1 parent 91f8183 commit 8831bf6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+542
-386
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-strap",
33
"description": "AngularStrap - AngularJS directives for Twitter Bootstrap",
4-
"version": "2.0.0-rc.2",
4+
"version": "2.0.0-rc.3",
55
"keywords": [
66
"angular",
77
"bootstrap"

dist/angular-strap.js

Lines changed: 187 additions & 109 deletions
Large diffs are not rendered by default.

dist/angular-strap.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-strap.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-strap.tpl.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
/**
22
* angular-strap
3-
* @version v2.0.0-rc.2 - 2014-01-29
3+
* @version v2.0.0-rc.3 - 2014-02-10
44
* @link http://mgcrea.github.io/angular-strap
5-
* @author [object Object]
5+
* @author Olivier Louvignes ([email protected])
66
* @license MIT License, http://www.opensource.org/licenses/MIT
77
*/
88
(function(window, document, undefined) {
99
'use strict';
1010
// Source: dist/modules/alert.tpl.js
1111
angular.module('mgcrea.ngStrap.alert').run(['$templateCache', function($templateCache) {
1212
$templateCache.put('alert/alert.tpl.html',
13-
"<div class=\"alert\" tabindex=\"-1\" ng-class=\"[type ? 'alert-' + type : null]\"><button type=\"button\" class=\"close\" ng-click=\"$hide()\">&times;</button> <strong ng-bind=\"title\"></strong>&nbsp;<span ng-bind-html=\"content\"></span></div>"
13+
"<div class=\"alert alert-dismissable\" tabindex=\"-1\" ng-class=\"[type ? 'alert-' + type : null]\"><button type=\"button\" class=\"close\" ng-click=\"$hide()\">&times;</button> <strong ng-bind=\"title\"></strong>&nbsp;<span ng-bind-html=\"content\"></span></div>"
1414
);
1515

1616
}]);
@@ -50,7 +50,7 @@ $templateCache.put('modal/modal.tpl.html',
5050
// Source: dist/modules/popover.tpl.js
5151
angular.module('mgcrea.ngStrap.popover').run(['$templateCache', function($templateCache) {
5252
$templateCache.put('popover/popover.tpl.html',
53-
"<div class=\"popover\" ng-show=\"content\"><div class=\"arrow\"></div><h3 class=\"popover-title\" ng-bind=\"title\" ng-show=\"title\"></h3><div class=\"popover-content\" ng-bind=\"content\"></div></div>"
53+
"<div class=\"popover\"><div class=\"arrow\"></div><h3 class=\"popover-title\" ng-bind=\"title\" ng-show=\"title\"></h3><div class=\"popover-content\" ng-bind=\"content\"></div></div>"
5454
);
5555

5656
}]);
@@ -82,7 +82,7 @@ $templateCache.put('timepicker/timepicker.tpl.html',
8282
// Source: dist/modules/tooltip.tpl.js
8383
angular.module('mgcrea.ngStrap.tooltip').run(['$templateCache', function($templateCache) {
8484
$templateCache.put('tooltip/tooltip.tpl.html',
85-
"<div class=\"tooltip\" ng-show=\"title\"><div class=\"tooltip-arrow\"></div><div class=\"tooltip-inner\" ng-bind=\"title\"></div></div>"
85+
"<div class=\"tooltip in\" ng-show=\"title\"><div class=\"tooltip-arrow\"></div><div class=\"tooltip-inner\" ng-bind=\"title\"></div></div>"
8686
);
8787

8888
}]);

dist/angular-strap.tpl.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-strap.tpl.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)