Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. {{#expandable-items/icon-plus-button
  2. expandedText=
  3. text=(t 'sideBarNav.dashboard')
  4. expanded=expanded linkTo='dashboard'
  5. toggleExpanded={{action "toggleExpanded"}}
  6. }}
  7. {{fa-icon "line-chart"}}
  8. {{/expandable-items/icon-plus-button}}
  9.  
  10. <ExpandableItemsIconPlusButton
  11. @expanded={{this.expanded}}
  12. @expandedImage={{fa-icon "angle-double-left"}}
  13. @expandedText={{t "sideBarNav.collapseMenu"}}
  14. @toggleExpanded={{action "toggleExpanded"}}
  15. />
  16.  
  17. opcode-compiler.js:140 Uncaught Error: Compile Error: Cannot find component expandable-items-icon-plus-button
  18. at opcode-compiler.js:140
  19. at Compilers.compile (opcode-compiler.js:42)
  20. at compile (opcode-compiler.js:718)
  21. at LazyCompiler.add (opcode-compiler.js:912)
  22. at CompilableBlock.compile (opcode-compiler.js:707)
  23. at Object.evaluate (runtime.js:717)
  24. at AppendOpcodes.evaluate (runtime.js:69)
  25. at LowLevelVM.evaluateSyscall (runtime.js:3270)
  26. at LowLevelVM.evaluateInner (runtime.js:3216)
  27. at LowLevelVM.evaluateOuter (runtime.js:3208)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement