<p> <b>{{ x.title }} </b> Rating:{{ x.rating | number:1}}</p>
The above code is what I'm using. It is getting the value correctly because it is showing an unrounded number (e.g. 3.333333333) so I know the value is passed correctly. Why won't the number:# filter work?