Releases: projectweekend/angular-skycons
Releases · projectweekend/angular-skycons
Fix minified version
Resolves #8
Watch color prop for changes
2.0.1 Watch color prop for changes
Color is a controller property
2.0.0 Make color a controller prop
Minified version
1.0.0 Version bump
Control icon animation
0.0.9 Version bump for bower
Change animation on change of icon model property
0.0.8 Version bump
Added cleaning on directive destroy
Courtesy of @clementlamoureux
Icon size is a scoped property
Previously size was a simple attribute on the skycon template tag. This was fine until you needed to do something like set the size dynamically based on $window.innerWidth for example. The solution was to move size into a scoped property so that the directive can watch for changes coming from a function in the controller. With all of that said, static values still work just fine and the default is still 64px if nothing is defined.
0.0.5
We don't need jQuery
Fix Skycons dependency
0.0.4 Fix skycons dependency