Data pagination with WebAPI and AngularJS – part 2

Data pagination with WebAPI and AngularJS – part 2

Hi all! Looks like the article I wrote some time ago about data pagination with AngularJS is still getting some attention, so I decided to give it a quick update just to spicy things a little bit. In one of my project I needed a way to run different actions before running...

1 minute read
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