The largest Interview Solution Library on the web


« Previous | 1 | 2 | 3 | Next »

Welcome

<body ng-app="myApp" ng-controller="myCtrl"> <h1 ng-style="myObj">Welcome</h1> <script> var app = angular.module("myApp", []); app.controller("myCtrl", function($scope) { $scope.myObj = { "color" : "green", "background-color" : "coral", "font-size" : "60px", "padding" : "50px" } }); </script> </body>
« Previous | 1 | 2 | 3 | Next »


copyright © 2014 - all rights riserved by javatechnologycenter.com