Schmulik Raskin

Results 3 issues of Schmulik Raskin

When importing a few files, any prop names that repeat will be overwritten. ### The Issue Given a set of files: ```yaml # margins.yml props: - name: auto value: auto...

This issue was introduced by the changes in PR #69 on line [156](https://github.com/dibari/angular-ellipsis/blob/master/src/angular-ellipsis.js#L156). The `find` method is used to locate the `span` for the custom click action. However, as mentioned...

If we detect changes during the `apply` phase, we broadcast a $ngStorageChanged event on the $rootScope. Additionally, since we also detect any changes to the underlying storage and apply those...