Jeff Gochin
Jeff Gochin
I am getting the same error, but targeting iOS using the XCode simulator. Since it happening in the simulator I am able to verify the existence of the file. When...
I made it work by only modifying the template in my application during the AngularJS "config" phase. All that is needed is to remove the {{state.message}}, and add ng-bind-html="state.message" to...
No problem. After I posted the code above, I of course began to run into issues. The first of which was that angular issues its `$digest` and you get an...