my-bookmark/public/scripts/controllers/edit-controller.js

8 lines
183 B
JavaScript

app.controller('editCtr', ['$scope', '$state', function($scope, $state) {
$scope.addTag = function(){
console.log('Hello , you have click add tag btn......')
}
}]);