Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在一个项目中成功地使用了 Passy 的 angular-masonry。
https://github.com/passy/angular-masonry
哪个是访问 Masonry 对象的事件功能的最佳方法?
谢谢
找到解决方案>
$scope.$on('masonry.created', function (scope, element, attrs) { $log.debug('Masonry created'); var masonObj = element; $log.debug('This is masonry', masonObj); });