Skip to content

Please, how to show angular1.x demo #13

Description

@Akira0705

my code:

::: demo [vanilla]

<html>
  <div ng-app="myApp" ng-controller="myCtrl">
      {{ firstName + " " + lastName }}
  </div>
</html>
<script>
  var app = angular.module("myApp", []);
  app.controller("myCtrl", function($scope) {
      $scope.firstName = "John";
      $scope.lastName = "Doe";
      console.log('$scope: ', $scope);
  });
</script>
<style>
#vanilla-box {
  color: red;
}
</style>

:::

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions