UNPKG
fruitstand
Version:
latest (0.0.1)
0.0.1
fruit stand
github.com/classmember/fruitstand
classmember/fruitstand
fruitstand
/
examples
/
learning-angularjs
/
ch06
/
js
/
directive_angular_include.js
4 lines
•
124 B
JavaScript
View Raw
1
2
3
4
angular.module(
'myApp'
, []). controller(
'myController'
,
function
(
$scope
) {
$scope
.titleBar =
"small_title.html"
; });