Skip to content

Commit 64afff1

Browse files
committed
Merge pull request #755 from floreks/fix-754
Fix actionbar icons overflow resource name
2 parents 96896e7 + 9c63e79 commit 64afff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/frontend/common/components/breadcrumbs/breadcrumbs_component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export default class BreadcrumbsController {
207207
* @return {!angular.Component}
208208
*/
209209
export const breadcrumbsComponent = {
210-
binding: {
210+
bindings: {
211211
'limit': '<',
212212
},
213213
controller: BreadcrumbsController,

0 commit comments

Comments
 (0)