Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit a75d899

Browse files
committed
v0.13.0
1 parent ab14fba commit a75d899

File tree

6 files changed

+1899
-703
lines changed

6 files changed

+1899
-703
lines changed

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"license": "MIT",
1212
"ignore": [],
1313
"description": "Native AngularJS (Angular) directives for Bootstrap.",
14-
"version": "0.12.1",
14+
"version": "0.13.0",
1515
"main": ["./ui-bootstrap-tpls.js"],
1616
"dependencies": {
17-
"angular": ">=1 <1.3.0"
18-
}
17+
"angular": ">=1.3.0"
18+
}
1919
}

ui-bootstrap-csp.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* Include this file in your html if you are using the CSP mode. */
2+
3+
.ng-animate.item:not(.left):not(.right) {
4+
-webkit-transition: 0s ease-in-out left;
5+
transition: 0s ease-in-out left
6+
}

0 commit comments

Comments
 (0)