Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
chore(release): cut the 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Jul 12, 2015
1 parent bdf376c commit b1bd099
Show file tree
Hide file tree
Showing 91 changed files with 1,576 additions and 1,388 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-strap",
"description": "AngularStrap - AngularJS directives for Bootstrap",
"version": "2.2.4",
"version": "2.3.0",
"keywords": [
"angular",
"bootstrap"
Expand Down
2,415 changes: 1,249 additions & 1,166 deletions dist/angular-strap.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions dist/angular-strap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/angular-strap.min.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/angular-strap.tpl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/angular-strap.tpl.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/modules/affix.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* angular-strap
* @version v2.2.4 - 2015-05-28
* @version v2.3.0 - 2015-07-12
* @link http://mgcrea.github.io/angular-strap
* @author Olivier Louvignes <[email protected]> (https://github.com/mgcrea)
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/modules/affix.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/modules/alert.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* angular-strap
* @version v2.2.4 - 2015-05-28
* @version v2.3.0 - 2015-07-12
* @link http://mgcrea.github.io/angular-strap
* @author Olivier Louvignes <[email protected]> (https://github.com/mgcrea)
* @license MIT License, http://www.opensource.org/licenses/MIT
Expand All @@ -13,7 +13,7 @@ angular.module('mgcrea.ngStrap.alert', [ 'mgcrea.ngStrap.modal' ]).provider('$al
prefixClass: 'alert',
prefixEvent: 'alert',
placement: null,
template: 'alert/alert.tpl.html',
templateUrl: 'alert/alert.tpl.html',
container: false,
element: null,
backdrop: false,
Expand Down Expand Up @@ -56,7 +56,7 @@ angular.module('mgcrea.ngStrap.alert', [ 'mgcrea.ngStrap.modal' ]).provider('$al
element: element,
show: false
};
angular.forEach([ 'template', 'placement', 'keyboard', 'html', 'container', 'animation', 'duration', 'dismissable' ], function(key) {
angular.forEach([ 'template', 'templateUrl', 'controller', 'controllerAs', 'placement', 'keyboard', 'html', 'container', 'animation', 'duration', 'dismissable' ], function(key) {
if (angular.isDefined(attr[key])) options[key] = attr[key];
});
var falseValueRegExp = /^(false|0|)$/i;
Expand Down
4 changes: 2 additions & 2 deletions dist/modules/alert.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b1bd099

Please sign in to comment.