Create angular.js

This commit is contained in:
Gustavo Oliveira 2015-05-03 00:31:22 -03:00
parent c583757418
commit fb7b65b8c8

2
a/angular.js vendored Normal file
View File

@ -0,0 +1,2 @@
$scope.$log = $log;
$scope.message = 'Hello World!';