Bonjour,

Je suis débutante en Angular JS,

j'ai fais une premiere exécution d'un petit exemple angular (j'ai suivi un 
tuto mot à mot) 
mais pas de résultat pour moi

voici mon code:


<!DOCTYPE html>
<html>
<head>
    <title>ATS DIGITAL ANGULAR</title>
    <meta charset="utf-8">
    <link rel="stylesheet" href="vendor/foundation/css/foundation.min.css">

    <!--<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
    <link rel="stylesheet" href="css/style.css">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" 
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css";>
    -->
</head>
<body>

<div ng-app="">
    <input type="text" ng-model="data.message">
    <h1>{{data.message}}</h1>
    <div ng-controller="FirstCtrl">
        <input type="text" ng-model="data.message">
        <h1>{{data.message}}</h1>
    </div>
    <div ng-controller="SecondCtrl">
        <input type="text" ng-model="data.message">
        <h1>{{data.message}}</h1>
    </div>
</div>

<script type="text/javascript" src="vendor/Angular/angular.js"></script>
<script type="text/javascript" src="main.js"></script>

</body>
</html>




-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to