My ionic based plunker code was working fine last night but it seems to be broken this morning as no UI items are appearing on the live view. Is this my fault or is it plunker under some kind of maintenance? I have tried to revert to yesterday's versions but still no luck
Here is header of my HTML file:
<!DOCTYPE html>
<html ng-app="myApp">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>My App</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="style.css">
<link href="http://code.ionicframework.com/1.1.0/css/ionic.min.css" rel="stylesheet">
Thanks in advance