I'm trying to make a simple directive in angularJS for example.
This is a button that receives the class name and text, as follows:
var app = angular.module('app', [])
.controller('appController', ['$scope', function($scope) {
$scop...
asked by
30.08.2017 / 01:30