Skip to content

Commit d8df280

Browse files
author
Albert Moreira
committed
fix(BlipCarousel): itemWidth as number
1 parent 306bce2 commit d8df280

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"babel-polyfill": "^6.16.0",
4545
"babel-preset-env": "^1.1.8",
4646
"babel-preset-es2015": "^6.18.0",
47-
"blip-toolkit": "^4.11.0",
47+
"blip-toolkit": "^4.12.3",
4848
"commitizen": "^2.10.1",
4949
"css-loader": "0.26.1",
5050
"cz-conventional-changelog": "^2.1.0",

src/components/blipCarousel/blipCarousel.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const BlipCarouselComponent = angular
2828
controllerAs: '$ctrl',
2929
transclude: true,
3030
bindings: {
31-
itemWidth: '@',
31+
itemWidth: '<',
3232
},
3333
})
3434
.name;

0 commit comments

Comments
 (0)