Hi. I want to use this awesome Angularjs module. But it doesn’t work when I inject ionic
dependeny.
There is a codepen for demonstration here.
Just clean ionic
from module dependency in the first line (then it works):
angular.module('ionicApp', ['ionic', 'vs-repeat'])
Any idea?