pierre-vigier / intlpnIonic

Simple version of intl-phone number input for Ionic
MIT License
23 stars 23 forks source link

Add explicit dependancy annotations for controller and directive #3

Closed melonmanchan closed 8 years ago

melonmanchan commented 8 years ago

Hi!

First of all, nifty little directive you've got here. Anyways, this PR adds explicit Angular annotations, so that one can run their Angular app in ng-strict-di mode if they wish. Currently it just throws errors if running in ng-strict-di.

pierre-vigier commented 8 years ago

Thank you !