angularjs - Angular Material Calendar incompatibility? -


i'm trying use cool little angular module: https://angular-material-calendar.bradb.net/

when doing bower install get:

unable find suitable version angular-material, please choose 1 typing 1 of numbers below: 1) angular-material#~0.11 resolved 0.11.4 , required material-calendar#0.2.14 2) angular-material#^1.0.9 resolved 1.0.9 , required public 

it looks thing developed in beta, , can't work 1.0.9. know workarounds? module i'm looking for.

thanks!

use --force-latest or add component version resoltions key in bower.json

note
more info check issue here. hope helped.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -