Samsung Z3 + angular

Samsung Z3 + angular

BY 18 Dec 2015 Web Application Development

Hi 

i’m struggling with this basic code : 

<html data-ng-app="">

<head>

<title>Title</title>

<meta charset="UTF-8" />

<script src="js/angular.min.js" type="text/javascript">

</script>

</head>

<body>

<div data-ng-init="names = ['Jack', 'John', 'Tina']">

<h1>Cool loop!</h1>

<ul>

<li data-ng-repeat="name in names">{{name}}</li>

</ul>

</div>

</body>

</html>

It wotks perfectly in the emulator but not im my samsung Z3

Thanks

Written by