Saman Shafigh
Saman Shafigh
I try something like this and it works for me, I am not sure if it is ok or we already have a proper way of doing this. In my...
Thanks danhunsaker, I am glad, BTW thanks for the package, It is so nice so far.
@abku I put my codes here, then you can see what is your issue. ## ./dynamic-forms.html ``` Hello AngularJS ``` ## ./services/shoppingService.js ``` (function() { var ShoppingService = angular.module('ShoppingService', []);...
I fixed my issue, so things works fine. 1) First fixed the version of fann in pkg-config (Based on @Waxo suggestion in issue #13 ) 2) Then I downgrade my...