So i've downloaded the ZIP file.
Included the only file in the src folder in my page.
Added 'masonry' to the app and the controller in which the masonry will be used.
Copy-pasted the html directive from the example to my page (only the masonry="..." and masonry-tile parts).
And i get the following error :
Error: [$injector:unpr] Unknown provider : masonryProvider <- masonry <- bodyController
'bodyController' is obviously the name of the controller in which i placed the masonry directives.
Am i missing something here or is the module not working as intended?
So i've downloaded the ZIP file.
Included the only file in the src folder in my page.
Added 'masonry' to the app and the controller in which the masonry will be used.
Copy-pasted the html directive from the example to my page (only the masonry="..." and masonry-tile parts).
And i get the following error :
Error: [$injector:unpr] Unknown provider : masonryProvider <- masonry <- bodyController
'bodyController' is obviously the name of the controller in which i placed the masonry directives.
Am i missing something here or is the module not working as intended?