This repository was archived by the owner on May 21, 2019. It is now read-only.

Description
Looks that from version 1.0.7 to 1.2.0 the directive start using the isolated scope. It's more flexible without it - the isolated scope can be created only once per element, so now the directive is not working with some others - in my case with pikaday-angular. I can have a look on how to get it implemented without isolated scope.