Petre-Gabriel / greenlight

A minimal JavaScript framework for boosting production on small-scale web projects.
https://gl.petregabriel.ro
0 stars 0 forks source link

Feature/directives #15

Closed Petre-Gabriel closed 8 months ago

Petre-Gabriel commented 8 months ago

Modified the directives functionality to fetch attributes data and work on multiple bind points as it was confusing to work with the last version where you had to use a @ on a string and separate binding points and binding properties by commas.

Now, everything is under a wrapper for the directives, so when you want to modify or create one, you don't need to worry about the implementation details, you only need to call the functions provided to fetch necessary data.