How to pass custom functions to AngularJS directives

How to pass custom functions to AngularJS directives

In case you need to pass a callback to your AngularJS directives, looks like one way is to create an isolated scope and create a member with the ‘&’ attr. Here’s a quick&dirty example: In case you have to pass some arguments to the callback, here’s how: Notice that the...

1 minute read
DynamicConfig updates

DynamicConfig updates

Today I spent some time working on DynamicConfig , I had some minor/major refactorings in mind and also a couple of features I wanted to add. Probably the most important update is the possibility now to save the configurations to file, operation performed directly by the library when a property changes. At...

2 minute read
DynamicConfig on Nuget!

DynamicConfig on Nuget!

Just to say, I published DynamicConfig on NuGet this morning, here’s the link 🙂  

1 minute read
Behold! DynamicConfig is here!

Behold! DynamicConfig is here!

A couple of days ago while working on Videum ( as usual ) I was in need of a simple configuration mechanism, something that would allow me to use plain text files. Maybe with JSON data but without the need of accessing values with dictionary-like syntax like [“key_name”] and so on....

1 minute read