I am trying to limit the characters i see on my angular js app. Currently i am using:
integrate this link :
check if you have sanitize here
var adminApp = angular.module('adminApp', ['ngSanitize', ...,])
in your html you macke this code :