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.
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.