Skip to content

Releases: projectweekend/angular-skycons

Fix minified version

Choose a tag to compare

@projectweekend projectweekend released this 28 Jun 16:35

Resolves #8

Watch color prop for changes

Choose a tag to compare

@projectweekend projectweekend released this 21 Jun 04:09
2.0.1

Watch color prop for changes

Color is a controller property

Choose a tag to compare

@projectweekend projectweekend released this 24 Feb 11:56
2.0.0

Make color a controller prop

Minified version

Choose a tag to compare

@projectweekend projectweekend released this 15 Nov 14:54
1.0.0

Version bump

Control icon animation

Choose a tag to compare

@projectweekend projectweekend released this 14 Oct 14:00
0.0.9

Version bump for bower

Change animation on change of icon model property

Choose a tag to compare

@projectweekend projectweekend released this 27 Sep 01:49
0.0.8

Version bump

Added cleaning on directive destroy

Choose a tag to compare

@projectweekend projectweekend released this 23 Jul 02:49

Courtesy of @clementlamoureux

Icon size is a scoped property

Choose a tag to compare

@projectweekend projectweekend released this 20 Jul 14:45

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

Choose a tag to compare

@projectweekend projectweekend released this 03 Jul 18:05
We don't need jQuery

Fix Skycons dependency

Choose a tag to compare

@projectweekend projectweekend released this 30 May 13:01
0.0.4

Fix skycons dependency