SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 84 JavaScript

docs(examples): don't attempt to convert example content from JSON

There are some files in the examples that look like JSON and the default
$http transformResponse handler was trying to convert these from strings
to object. An example was the style.css file in the
https://docs.angularjs.org/api/ng/type/ngModel.NgModelController docs.

This commit fixes this by simply removing this transform when loading
these files.
P
Peter Bacon Darwin committed
c3fe170b8bbffbc6756cffd250da1d3428d3f9c0
Parent: ed18b8c