ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

Ionic doesn’t work with angular-vs-repeat module #291

Closed vahidvdn closed 7 years ago

vahidvdn commented 7 years ago

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?

vahidvdn commented 7 years ago

Fixed. More details here.