Hi!
Ok, I’m new to ionic and I’m sure this is as very dumb question.
But inspecting the code created by ionic prepare
I realize that there aren’t any ng-scope
directives. Currently I’m working on a bug concerning a $rootScope variable being ignored by a ng-show
directive so I stumbled over this.
If I get this right, ionic is preventing ng-scope
and ng-isolate-scope
from being added.
Why does ionic do that? And has that any implications on how scopes behave?
Best regards!