UNPKG
fruitstand
Version:
latest (0.0.1)
0.0.1
fruit stand
github.com/classmember/fruitstand
classmember/fruitstand
fruitstand
/
examples
/
learning-angularjs
/
ch05
/
js
/
expressions_basic.js
3 lines
•
82 B
JavaScript
View Raw
1
2
3
angular.
module
(
'myApp'
, []) .controller(
'myController'
,
function
($scope)
{ });