Table data is normally repeatable by nature. ng-repeat directive can be used to draw table easily. Following example states the use of ng-repeat directive to draw a table. <table> <tr> <th> Name </th> <th> Marks </th> </tr> <tr ng-repeat = "subject in student.subjects" > <td> {{ subject.name }} </td> <td> {{ subject.marks }} </td> </tr> </table> Table can be styled using CSS Styling. <style> table , th , td { border : 1px solid grey ; border - collapse : collapse ; padding : 5px ; } table tr : nth - child ( odd ) { background - color : #f2f2f2; } table tr : nth - child ( even ) { background - color : #ffffff; } </style> Example Following example will showcase all the above mentioned directive. <html> <head> <...
Sticking to your guns is often seen as a good thing, but sometimes it can do more harm than good. Especially when it means persisting with a mundane process in full knowledge that it will cause new problems…
In short: today Apple stopped signing iOS 10.1 and iOS 10.1.1. What this means is Apple servers will not recognize either update as legitimate anymore so iPhone, iPad and iPod touch users can no longer downgrade to them from iOS 10.2, which Apple released last week. Apple typically stops signing old versions of iOS within a week or two of launching a new version.
And yet persisting with this seemingly simple housekeeping exercise makes no sense whatsoever given the problems iOS 10.2 is exacerbating with the so-called ‘30% battery bug’.
First reported by me last month, the 30% bug can affect every iOS 10 compatible iPhone with the exception of the iPhone 7 and iPhone 7 Plus and it causes the phone to die suddenly when the battery is around the 30% mark. To date, Apple has acknowledged the problem initially with a small batch of iPhone 6S models (a batch size it then increased but says it has found no evidence of this happening to any other model.
This stance has been maintained despite a 62 page long thread in Apple’s official Support Communities forum, frustrated tweets from iPhone 6S Plus owner Tony ‘Father of the iPod’ Fadell and a stern warning from the Chinese Government which argues the numerous reports it has received of the problem across multiple models mean Apple is failing to “meet basic consumer needs for normal wireless communication.”
The Big Signing Problem
So where does the issue arrive from Apple’s decision to stop signing iOS 10.1 and iOS 10.1.1, especially since many peg these updates are responsible for the 30% bug’s creation in the first place? It’s quite simple: it is because iOS 10.2 is consistently reported as making the problem even worse.
“Same here, iOS 10.2 actually made the problem worse,” says Apple Support Communities poster Ricardo jb in response this growing theme on thread. “The battery percentage seems to get stuck at some level for a while, even with battery draining apps such as Pokemon go running, then it drops different percentages at different moments, it's really random.”
Since I first pointed this out I have also been contacted numerous times over email and social media by users empathizing with this situation:
Complaints on Twitter mirror the same frustration expressed by users on Apple Support Communities. Image credit: Twitter
Furthermore, iOS 10.2 is actually introducing the 30% bug to previously unaffected iPhones which is why some had found downgrading to iOS 10.1.1 or iOS 10.1 to be a good temporary fix. Forum poster IHIP699 spells out this situation and perfectly sums up the subsequent frustration at Apple’s decision to prematurely stop signing these releases:
iOS 10.1 and iOS 10.1.1 were seen as a safe haven for many troubled iOS 10.2 users - but not anymore. Image credit: Apple
Hope On The Horizon?
So with Apple’s bizarre decision to maroon users on iOS 10.2 should we all be picking up our lanterns and pitchforks and descending on Apple HQ? Not yet. Because there are two pieces of potentially good news.
Firstly, while holding out on admitting to the wider battery problem, Apple did introduce a battery diagnostics tool in iOS 10.2 which it declined to list in the release notes. Apple also declined to tell me how the tool works, what it collects or where the data is sent but it is at least an attempt by the company to try and investigate what is going on.
Comments
Post a Comment
Comment