angularjs-ej1-demos/navigationdrawer/default.js

5 строки
182 B
JavaScript

syncApp.controller('NavigationDrawerCtrl', function ($scope, $compile) {
$scope.headChange = function (e) {
$("#butdrawer").parent().children("h4").text(e.text);
}
})