Loading images with help of ng-src

Since the last update, ionic v1 don’t load images on the iOS platform using the ng-src command. There is no problem on Android and WEB. The path I set is e.g.
Inside controller:
$ scope.uiData.showDaysImage = “img/main_menu_expand_selected.svg”
Later in html:

I also tried to create a new project from scratch with the help of a command:
ionic start myApp tabs --type ionic1
Images loaded with ng-src do not load there either