You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: