Closed ghost closed 8 years ago
hey,
if you clone the repo you should use the js file found in the "dist" folder, seems like you're using the src
one.
Let me know if this does this fix your problem.
regards Mauro
Yaaaaay!
It worked! Thanks a lot man!
Heya!
I just clone the repo, copied
and added it to my index.html, as you can see.
Also have it declared here:
angular.module('starter', ['ionic', 'starter.controllers', 'starter.services','anguFixedHeaderTable', 'ionic-modal-select'])
Then I made a controller like the example in http://codepen.io/bianchimro/pen/epYYQO?editors=1010 and tried to call it inside ion-content.
I'm getting this:
What am I doing wrong? Sorry cuz I'm newbie and thx a lot in advance.