Skip to content

Releases: projectweekend/angular-skycons

Fix minified version

28 Jun 16:35

Choose a tag to compare

Watch color prop for changes

21 Jun 04:09

Choose a tag to compare

2.0.1

Watch color prop for changes

Color is a controller property

24 Feb 11:56

Choose a tag to compare

2.0.0

Make color a controller prop

Minified version

15 Nov 14:54

Choose a tag to compare

1.0.0

Version bump

Control icon animation

14 Oct 14:00

Choose a tag to compare

0.0.9

Version bump for bower

Change animation on change of icon model property

27 Sep 01:49

Choose a tag to compare

Added cleaning on directive destroy

23 Jul 02:49

Choose a tag to compare

Icon size is a scoped property

20 Jul 14:45

Choose a tag to compare

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

03 Jul 18:05

Choose a tag to compare

We don't need jQuery

Fix Skycons dependency

30 May 13:01

Choose a tag to compare

0.0.4

Fix skycons dependency