Advertisement
cartagenae

MainController.js

Oct 25th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. app.controller("MainController", ['$scope', function($scope) {
  2. $scope.title = "First Angular Title";
  3. $scope.paragraph = "First Angular Paragraph";
  4. }]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement