I successfully build the ionic-material demo Ionic-material Demo
when I do ionic server the browser opens and the app works as excpected but when compiled on android
ionic platform add android
ionic build android
ionic run android
the app compiled and run but I'm not able to show diffrent screens on navigate the url changes and the floting action buttons show up but not te template files ?
what I'm doing wrong or what might be the problem ??
I added alert("debug")
in the controller and the alert is showing up on navigation so just the template not rendering
note ionic is built over AngulaJs so Angular experts can help too
any help appreciated
TypeError: Object #
Iremoved this line andd it works $scope.$parent.clearFabs()